Skip to content

Commit

Permalink
restore watershed delineation test
Browse files Browse the repository at this point in the history
  • Loading branch information
emlys committed May 20, 2024
1 parent a7e545b commit f158959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_watershed_delineation.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_watersheds_trivial(self):
srs.ImportFromEPSG(32731) # WGS84 / UTM zone 31s
srs_wkt = srs.ExportToWkt()

for srs in (None,):
for srs in (srs_wkt, None):
flow_dir_path = os.path.join(self.workspace_dir, 'flow_dir.tif')
pygeoprocessing.numpy_array_to_raster(
base_array=flow_dir_array,
Expand Down

0 comments on commit f158959

Please sign in to comment.