Skip to content

Commit

Permalink
refacto: delete output_main
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupaysign committed May 13, 2024
1 parent d956c28 commit d710577
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/vectors/test_merge_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +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.geojson")
output_main = "./data/merge_mask_hydro/MaskHydro_merge.geojson"
output = Path("./data/merge_mask_hydro/MaskHydro_merge.geojson")


def setup_module(module):
Expand Down

0 comments on commit d710577

Please sign in to comment.