Skip to content

Commit 52f51dc

Browse files
committed
fix: fixed example
1 parent 26d6fe1 commit 52f51dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gis_delineate_catchment.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
source_file = Path(__file__).resolve()
3333
froot = source_file.parent
3434

35-
fgrid = froot.parent / "hydrodiy" / "gis" / "tests" / "fdtest.bil"
35+
fgrid = froot.parent / "src" / "hydrodiy" / "gis" / "tests" / "fdtest.bil"
3636

3737
fimg = froot / "images" / "catchments"
3838
fimg.mkdir(exist_ok=True, parents=True)

0 commit comments

Comments
 (0)