dsavransky / EXOSIMS

Simulator for exoplanet direct imaging space missions
BSD 3-Clause "New" or "Revised" License
25 stars 35 forks source link

interp.interp2d is being deprecated #332

Closed dsavransky closed 1 month ago

dsavransky commented 1 year ago

See: https://gist.github.com/ev-br/8544371b40f414b7eaf3fe6217209bff

We need to transition all instances of inter2d to RectBivariateSpline and bisprep/bisplev, as appropriate.