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
{{ message }}
This repository was archived by the owner on May 31, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Make PyDynamic.uncertainty.interpolate.interp1d_unc allow also for the additional interpolation modes 0,1,2,3,"slinear", "quadratic" from scipy.interpolate.interp1d.
Describe the solution you'd like
This should be a straight forward process by generalizing the already existing cubic-spline implementation. The extrapolation-continuity problem should also be handled, as described in #210 .
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Make
PyDynamic.uncertainty.interpolate.interp1d_unc
allow also for the additional interpolation modes0,1,2,3,"slinear", "quadratic"
fromscipy.interpolate.interp1d
.Describe the solution you'd like
This should be a straight forward process by generalizing the already existing cubic-spline implementation. The extrapolation-continuity problem should also be handled, as described in #210 .
The text was updated successfully, but these errors were encountered: