Skip to content
This repository has been archived by the owner on Feb 9, 2020. It is now read-only.

Missing methods for LinSpace Range type #64

Open
lstagner opened this issue Oct 21, 2015 · 1 comment
Open

Missing methods for LinSpace Range type #64

lstagner opened this issue Oct 21, 2015 · 1 comment

Comments

@lstagner
Copy link

After upgrading to v0.4 I get the following error.

LoadError: MethodError: `coordlookup` has no method matching coordlookup(::LinSpace{Float64}, ::Float64)
Closest candidates are:
  coordlookup(!Matched::FloatRange{T<:AbstractFloat}, ::Real)
  coordlookup(!Matched::StepRange{T,S}, ::Real)
  coordlookup(!Matched::UnitRange{T<:Real}, ::Real)
while loading In[13], in expression starting on line 3
@tomasaschan
Copy link
Collaborator

@lstagner Grid.jl is not (very) actively maintained for 0.4 - instead, look to Interpolations.jl. There is not complete feature-parity yet, but the last bits are actively being worked on, and for the functionality that already exists (i.e. everything except cubic interpolation and hessian evaluation) Interpolations.jl is significantly faster.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants