Skip to content
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

Interpolations.jl cannot be used with julia 0.7 #204

Closed
ronisbr opened this issue May 17, 2018 · 6 comments
Closed

Interpolations.jl cannot be used with julia 0.7 #204

ronisbr opened this issue May 17, 2018 · 6 comments

Comments

@ronisbr
Copy link

ronisbr commented May 17, 2018

Hi guys!

I am trying to use Interpolation.jl with julia 0.7 and I get the following error:

ERROR: UndefVarError: Inference not defined
Stacktrace:
 [1] getproperty at ./sysimg.jl:13 [inlined]
 [2] Interpolations.GriddedInterpolation(::Type{Float64}, ::Tuple{Array{Float64,1}}, ::Array{Float64,1}, ::Interpolations.Gridded{Interpolations.Linear}, ::Val{0}) at /home/ronan.arraes/.julia/v0.7/Interpolations/src/gridded/gridded.jl:31
 [3] interpolate at /home/ronan.arraes/.julia/v0.7/Interpolations/src/gridded/gridded.jl:54 [inlined]
 [4] interpolate at /home/ronan.arraes/.julia/v0.7/Interpolations/src/gridded/gridded.jl:57 [inlined]
 [5] parse_iers_eop_iau_1980(::Array{Float64,2}) at /home/ronan.arraes/.julia/v0.7/SatelliteToolbox/src/transformations/eop.jl:198
 [6] read_iers_eop(::String, ::Symbol) at /home/ronan.arraes/.julia/v0.7/SatelliteToolbox/src/transformations/eop.jl:174
 [7] top-level scope

Indeed, Core.Inference that exists on julia 0.6 is not available anymore in julia 0.7.

ronisbr added a commit to JuliaSpace/SatelliteToolbox.jl that referenced this issue May 17, 2018
Notice that some tests will always fail in julia v0.7 due to the
following bug:

    JuliaMath/Interpolations.jl#204

Those tests are omitted when running v0.7 by now.
@rdeits
Copy link
Contributor

rdeits commented Jun 20, 2018

x-ref: #197

@Datseris
Copy link

Datseris commented Jul 3, 2018

So, can we get any update on whether this is a supported package and whether it will be updated on 0.7?

@rdeits
Copy link
Contributor

rdeits commented Jul 10, 2018

@ronisbr your original issue should now be fixed, but there may be more things we need to fix next. Can you try again?

@ronisbr
Copy link
Author

ronisbr commented Jul 10, 2018

Hi @rdeits ,

After a little fight with the new package manager, I could use my package against the master branch of Interpolations and everything seems to be fine! Thanks!

Can we close the bug now?

@rdeits
Copy link
Contributor

rdeits commented Jul 11, 2018

Great! Yes, I think we can close this

@ronisbr
Copy link
Author

ronisbr commented Jul 31, 2018

Btw, is it possible to release a new Interpolations.jl version with this fix? I needed it to update my package to support Julia v0.7.

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

No branches or pull requests

4 participants