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
This package used to have a getindex-based interface, but we've started transitioning away from it. It's mostly a question of someone sitting down and finishing this.
Currently, you have
AbstractInterpolation <: AbstractArray
(here).This doesn't make sense to me, since it doesn't support
getindex
and generally doesn't act like an array.(Though it would be nice to expose an iterator for the knots etc.)
The text was updated successfully, but these errors were encountered: