Skip to content

Commit

Permalink
Update swmmanywhere/geospatial_operations.py
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Alonso Álvarez <[email protected]>
  • Loading branch information
barneydobson and dalonsoa authored Jan 25, 2024
1 parent 561c165 commit ce19586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swmmanywhere/geospatial_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_utm_crs(x: float,
return f"{utm_crs_list[0].auth_name}:{utm_crs_list[0].code}"


def interp_wrap(xy: tuple[float,float],
def interp_with_nans(xy: tuple[float,float],
interp: RegularGridInterpolator,
grid: np.ndarray,
values: list[float]) -> float:
Expand Down

0 comments on commit ce19586

Please sign in to comment.