-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interpolation not type stable? #48
Comments
I don't see this for Spline1D. What kind of spline are you using? |
ParametricSpline |
|
Spline has to be defined right in scope of function, which calls the spline. Access to dataframe (S0) by index isn't type-stable, so that leaf-type arrays have to be sent to input of Spline1D.
|
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yields
Any
for the return type, when I tried this today.Is it me or is it type unstable?
The text was updated successfully, but these errors were encountered: