Open thabbott opened 7 months ago
Description
Scipy 1.13.0 introduced new implementations of tensor-product spline interpolation methods. These might offer performance advantages, but are currently incompatible with PycontrailsRegularGridIInterpolator, which will fall back on legacy scipy implementations. We should
PycontrailsRegularGridIInterpolator
PycontrailsRegularGridInterpolator
Description
Scipy 1.13.0 introduced new implementations of tensor-product spline interpolation methods. These might offer performance advantages, but are currently incompatible with
PycontrailsRegularGridIInterpolator
, which will fall back on legacy scipy implementations. We shouldPycontrailsRegularGridInterpolator
to support new tensor-product spline methods from new versions of scipy