Closed shimwell closed 7 months ago
So I have attempted an update for this in the interp2d_replacement branch.
I also tried to replace interp1d as they are warning that it is considered legacy, but it has an axis functionality which isn't in the new scipy.interpolate functions as far as I can tell.
Will do some proper testing to check it hasn't changed anything, the example notebook looks pretty much unchanged but I'll be more thorough.
I'm getting a warning with newer versions of scipy due to the use of interp2d, perhaps this is something to fix as interp2d will be removed in scipy 1.12.0 (released in January).
link to scipy docs.
https://docs.scipy.org/doc/scipy/reference/generated/scipy.interpolate.interp2d.html