Skip to content

Commit

Permalink
Merge pull request #29 from ImperialCollegeLondon/rename_modules
Browse files Browse the repository at this point in the history
Rename modules
  • Loading branch information
barneydobson authored Jan 26, 2024
2 parents ec77b84 + ca88a1c commit 0dc06ff
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from scipy.interpolate import RegularGridInterpolator
from shapely import geometry as sgeom

from swmmanywhere import geospatial_operations as go
from swmmanywhere import geospatial_utilities as go


def test_interp_with_nans():
Expand Down
2 changes: 1 addition & 1 deletion tests/test_downloaders.py → tests/test_prepare_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import geopandas as gpd
import rasterio

from swmmanywhere import downloaders
from swmmanywhere import prepare_data as downloaders


# Test get_country
Expand Down

0 comments on commit 0dc06ff

Please sign in to comment.