PtyLab / PtyLab.py

Python implementation of ptylab
Other
18 stars 8 forks source link

aPIE error for SciPy 1.14.0, `interp2d` has been removed. #63

Open ShantanuKodgirwar opened 4 months ago

ShantanuKodgirwar commented 4 months ago

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.