From a4184750b833ce4cff6ec976579acbe7bed5e49a Mon Sep 17 00:00:00 2001 From: Dobson Date: Thu, 9 May 2024 11:03:51 +0100 Subject: [PATCH] Update geospatial_utilities.py --- swmmanywhere/geospatial_utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swmmanywhere/geospatial_utilities.py b/swmmanywhere/geospatial_utilities.py index 8962a51c..81c1421f 100644 --- a/swmmanywhere/geospatial_utilities.py +++ b/swmmanywhere/geospatial_utilities.py @@ -679,7 +679,7 @@ def derive_subbasins_streamorder(fid: Path, if streamorder != streamorder_ - 1: logger.warning(f"""Stream order {streamorder_} resulted in no subbasins. Using {streamorder + 1} instead. You can manually inspect - these at {fid.parent / 'subbasins.geojson'}.""") + these in the model folder.""") return gdf_bas