JuliaSpace / SatelliteToolbox.jl

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

Exception type changed on Julia master (1.4) #35

Closed KristofferC closed 4 years ago

KristofferC commented 4 years ago

Tests for this package fails on the Julia branch that will eventually become 1.4 with

Checksum errors: Test Failed at /home/pkgeval/.julia/packages/SatelliteToolbox/blx7k/test/submodules/SatelliteToolboxTLE/tle.jl:135
  Expression: read_tle_from_string("1 22490U 93009B   18165.62596833  .00000225  00000-0  11410-4 0  9991", "2 22490  24.9690 231.7852 0042844 200.7311 292.7198 14.44524498338063", verify_checksum = true)
    Expected: ErrorException
      Thrown: MethodError
Stacktrace:
 [1] top-level scope at /home/pkgeval/.julia/packages/SatelliteToolbox/blx7k/test/submodules/SatelliteToolboxTLE/tle.jl:135
 [2] top-level scope at /workspace/srcdir/usr/share/julia/stdlib/v1.4/Test/src/Test.jl:1116
 [3] top-level scope at /home/pkgeval/.julia/packages/SatelliteToolbox/blx7k/test/submodules/SatelliteToolboxTLE/tle.jl:125
ronisbr commented 4 years ago

It should be fixed by now, thanks!