You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the latest (as of now) SciPy 1.14.0, scipy.interpolate.interp2d is no longer supported and has been deprecated for quite some time now. The aPIE implementation must instead be adapted with RectBivariateSpline or RegularGridInterpolator.