SciML / DataInterpolations.jl

A library of data interpolation and smoothing functions
MIT License
203 stars 43 forks source link

refactor: integral function to correctly compute second index and remove `samples` #263

Closed sathvikbhagavan closed 1 month ago

sathvikbhagavan commented 1 month ago

fixes: #261

samples was a function which returned (0, 1) for all Interpolations. Not sure why it was needed.