Closed mkborregaard closed 8 years ago
Also from the readme:
Note: for interpolation, the successor to Grid is Interpolations. Julia 0.5 will be the last supported release for Grid.
Is there a reason you're using Grid.jl, and not Interpolations.jl? The latter is faster, better tested, and more actively maintained, and has (to our knowledge) all features that the former has, and then some.
Sorry! I for some reason read the readme as if Grid was the successor of Interpolations, not the other way around. Should I just close?
@mkborregaard Sorry for not getting back to you on this - haven't spent much time in front of the screen over the weekend.
I'll try to clarify that sentence in the readme, to assist future readers :) Do file issues over att Interpolations.jl if you can't get it working as you'd like!
Alas, the world is full of slackers that do not work on the weekend :smiley: Nice clarification on the readme!
This bit from readme.md fails with an error:
gives the error:
Also, it is very unclear from readme.md what is the difference between InterpGrid and CoordInterpGrid - could you elaborate please?