espdev / csaps

Cubic spline approximation (smoothing)
https://csaps.readthedocs.io
MIT License
165 stars 28 forks source link

Spline analysis tests #28

Closed espdev closed 4 years ago

espdev commented 4 years ago

Added tests for spline analysis functionality: derivative, antiderivative (indefinite integral) and integrate

In accordance with issue #20.