From ca88a1c32f8b4a3a1c55a7ee2fae21a0fdb4e231 Mon Sep 17 00:00:00 2001 From: Dobson Date: Fri, 26 Jan 2024 10:26:56 +0000 Subject: [PATCH] Update utils_geo to geospatial_utilities --- swmmanywhere/{utils_geo.py => geospatial_utilities.py} | 0 tests/{test_utils_geo.py => test_geospatial_utilities.py} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename swmmanywhere/{utils_geo.py => geospatial_utilities.py} (100%) rename tests/{test_utils_geo.py => test_geospatial_utilities.py} (99%) diff --git a/swmmanywhere/utils_geo.py b/swmmanywhere/geospatial_utilities.py similarity index 100% rename from swmmanywhere/utils_geo.py rename to swmmanywhere/geospatial_utilities.py diff --git a/tests/test_utils_geo.py b/tests/test_geospatial_utilities.py similarity index 99% rename from tests/test_utils_geo.py rename to tests/test_geospatial_utilities.py index d01f825e..fcca0cdc 100644 --- a/tests/test_utils_geo.py +++ b/tests/test_geospatial_utilities.py @@ -13,7 +13,7 @@ from scipy.interpolate import RegularGridInterpolator from shapely import geometry as sgeom -from swmmanywhere import utils_geo as go +from swmmanywhere import geospatial_utilities as go def test_interp_with_nans():