Skip to content

Commit

Permalink
refacto test extract points from skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupaysign committed Aug 13, 2024
1 parent 51e20b1 commit 18e659e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/vectors/test_extract_points_around_skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
INPUT_DIR = Path("./data/")
MASK_HYDRO = "./data/merge_mask_hydro/MaskHydro_merge.geojson"
POINTS_SKELETON = "./data/skeleton_hydro/points_along_skeleton_small.geojson"
OUTPUT_GEOJSON = Path(
"./tmp/create_virtual_point/vectors/extract_points_around_skeleton/ \
Semis_2021_0830_6291_LA93_IGN69_points_skeleton.geojson"
)
OUTPUT_GEOJSON = TMP_PATH / "Semis_2021_0830_6291_LA93_IGN69_points_skeleton.geojson"


def setup_module(module):
Expand Down

0 comments on commit 18e659e

Please sign in to comment.