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
Huh, I'm not sure. This isn't a feature of the Fortran library, and although this would be relatively minor, I'm hesitant to start adding pure-Julia features here. Effort adding pure-Julia features would probably be better spent in a package like Interpolations.jl.
It should be relatively easy for users to "add on" this functionality themselves by setting values outside the boundary knots (get_knots(spl)[[1,end]]) to NaN when evaluating.
I guess it depends whether this would be a widely used feature, which is a little hard to get a feeling for.
Would you be open to a pull request that allowed a user to specify
bc="NaN"
which would, as expected, returnNaN
instead of a throwing an error?The text was updated successfully, but these errors were encountered: