You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, the current implementation uses scipy's interpolate.interp1d which is a legacy function that won't be supported in the future. We should explore replacements
Additionally, the current implementation uses scipy's interpolate.interp1d which is a legacy function that won't be supported in the future. We should explore replacements
tennlee
changed the title
Additionally, the current implementation uses scipy's interpolate.interp1d which is a legacy function that won't be supported in the future. We should explore replacements
Replace our use of scipy's interpolate.interp1d
Nov 26, 2024
https://docs.scipy.org/doc/scipy/tutorial/interpolate/1D.html#legacy-interface-for-1-d-interpolation-interp1d
Originally posted by @nicholasloveday in #636 (comment)
The text was updated successfully, but these errors were encountered: