JuliaSpace / SatelliteToolbox.jl

A toolbox for satellite analysis written in julia language.
MIT License
249 stars 33 forks source link

Change Interpolation syntax to fix warnings #14

Closed crbinz closed 5 years ago

crbinz commented 5 years ago

getindex(itp::AbstractInterpolation{T,N}, i::Vararg{Number,N}) where {T,N} is deprecated in Interpolations.jl in favor of itp(i...). This gets rid of all the warnings when testing.

ronisbr commented 5 years ago

Perfect! Thanks @crbinz very much for this work!