Skip to content

Commit

Permalink
Fix path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Oct 24, 2024
1 parent 3dd2d72 commit 68eea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vectors/test_merge_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
TMP_PATH = Path("./tmp/merge_mask_hydro/vectors/merge_mask_hydro")

input_folder = "./data/mask_hydro/"
output = Path("./tmp/merge_mask_hydro/vectors/merge_mask_hydro/MaskHydro_merge_with_multibranch_skeleton.geojson")
output = Path("./tmp/merge_mask_hydro/vectors/merge_mask_hydro/MaskHydro_merge.geojson")


def setup_module(module):
Expand Down

0 comments on commit 68eea98

Please sign in to comment.