-
Notifications
You must be signed in to change notification settings - Fork 109
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
Issue running 1D example #123
Comments
Does Interpolations.jl work with the new julia? |
I haven't tried it, but to me "the new julia" means version 0.5. Version 0.6 is bleeding-edge (recommended only for users who contribute fixes to the packages they need). |
@timholy fair enough, I went back to 0.5, but I am still having issues when I type:
I get:
Any ideas? |
I just tried it and got the same error. |
The docs the example was taken from were just old. Using the README function: itp = interpolate(A, BSpline(Linear()), OnGrid()) we got this working. |
Where did you see these outdated docs? |
Fixed in #226 |
When I run:
I get:
I am on Ubuntu 16.04 and
Should I checkout the master Interpolations PKG?
The text was updated successfully, but these errors were encountered: