sisl / GridInterpolations.jl

Multidimensional grid interpolation in arbitrary dimensions
Other
52 stars 12 forks source link

Change tests to use Interpolations.jl instead of Grid.jl #8

Closed mykelk closed 6 years ago

mykelk commented 8 years ago

Grid.jl is deprecated after 0.5. See https://github.com/JuliaLang/METADATA.jl/pull/5749

Grid should be removed from REQUIRE and runtests.jl should be modified to use Interpolations.jl.

Shushman commented 6 years ago

This is fixed.