Open
Description
We use from scipy.interpolate import interp1d
in multiple parts of the code, namely
Line 14 in cfeb9b4
pisa/pisa/utils/spline_smooth.py
Line 10 in cfeb9b4
- The new stage introduced in #Revive parametric Aeff stage #798
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.