We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d6fe1 commit 52f51dcCopy full SHA for 52f51dc
examples/gis_delineate_catchment.py
@@ -32,7 +32,7 @@
32
source_file = Path(__file__).resolve()
33
froot = source_file.parent
34
35
-fgrid = froot.parent / "hydrodiy" / "gis" / "tests" / "fdtest.bil"
+fgrid = froot.parent / "src" / "hydrodiy" / "gis" / "tests" / "fdtest.bil"
36
37
fimg = froot / "images" / "catchments"
38
fimg.mkdir(exist_ok=True, parents=True)
0 commit comments