Skip to content

Commit

Permalink
🚨 Temporary fix of tests in julia nightly (v0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed May 27, 2018
1 parent 456cde5 commit dd45a5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ println("")
VERSION < v"0.7.0-DEV" && include("./transformations/ecef_to_eci.jl")
VERSION < v"0.7.0-DEV" && include("./transformations/eci_to_ecef.jl")
VERSION < v"0.7.0-DEV" && include("./transformations/eci_to_eci.jl")

include("./transformations/orbit_elements.jl")
VERSION < v"0.7.0-DEV" && include("./transformations/orbit_elements.jl")
cd("../")
end
println("")
Expand Down

0 comments on commit dd45a5a

Please sign in to comment.