Scipy interp2d
deprecated
#268
Labels
dependency
Issues with a dependency or import
Low Priority
This issue does not need addressing until a future update
Refactor
Code that doesn't intend to change the functionality, but instead refactor/clean up.
Milestone
We need to modify
utils.general.add_coordinates
andutils.general.add_coordinates_3d
to removescipy.interpolate.interp2d
, as that function is now deprecated in scipy 1.10.0. This isn't urgent, but their timeline for removal isn't short, with 1.12.0 being the target for removal.Note that I think new
add_coordinates
functions that work using xarray would probably sidestep this issue.The text was updated successfully, but these errors were encountered: