dsavransky / EXOSIMS

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

Interp2d deprecation #379

Closed maxwell-zweig closed 1 month ago

maxwell-zweig commented 1 month ago

Describe your changes

Replaced spicy.interpolate.interp2d with call to spicy.interpolate.RectBivariateSpine w/ kx=1 and ky=1 to match the prior linear interpolation.

Type of change

Updated deprecated code.

Reference any relevant issues (don't forget the #)

332

Checklist before requesting a review