Closed f0uriest closed 8 months ago
Attention: Patch coverage is 97.36842%
with 6 lines
in your changes are missing coverage. Please review.
Project coverage is 97.92%. Comparing base (
3c66c30
) to head (0fa0231
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Adds a number of classes that replicate most of the functionality of the corresponding classes from
scipy.interpolate
:scipy.interpolate.PPoly
->interpax.PPoly
scipy.interpolate.Akima1DInterpolator
->interpax.Akima1DInterpolator
scipy.interpolate.CubicHermiteSpline
->interpax.CubicHermiteSpline
scipy.interpolate.CubicSpline
->interpax.CubicSpline
scipy.interpolate.PchipInterpolator
->interpax.PchipInterpolator
Resolves #6 Resolves #19