pisa icon indicating copy to clipboard operation
pisa copied to clipboard

scipy.interpolate.interp1d may be removed in future scipy version

Open JanWeldert opened this issue 6 months ago • 3 comments

We use from scipy.interpolate import interp1d in multiple parts of the code, namely

At the moment we are safe because we limit the scipy version, but in the future when we allow for newer versions of scipy this might become a problem.

JanWeldert avatar Aug 12 '24 13:08 JanWeldert