Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Apr 16, 2024
1 parent a2b3b81 commit 5cb8e08
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gridfinder/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def thin_arr(guess: np.ndarray) -> np.ndarray:
return guess_skel



def raster_to_lines(guess_skel_in: Pathy) -> gpd.GeoDataFrame:
"""
Convert thinned raster to linestring geometry.
Expand Down
1 change: 0 additions & 1 deletion gridfinder/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from math import sqrt
from pathlib import Path

import fiona
import geopandas as gpd
import numpy as np
import rasterio as rs
Expand Down
Binary file modified tests/data/costs.tif
Binary file not shown.
Binary file modified tests/data/dist.tif
Binary file not shown.
Binary file modified tests/data/guess.tif
Binary file not shown.
Binary file modified tests/data/targets.tif
Binary file not shown.
Binary file modified tests/data/targets_clean.tif
Binary file not shown.
Binary file modified tests/data/thin.tif
Binary file not shown.

0 comments on commit 5cb8e08

Please sign in to comment.