Seems like a lot changed...
This commit is contained in:
@@ -3,7 +3,7 @@ using Random
|
||||
using LinearAlgebra
|
||||
using SPICE
|
||||
using Thesis
|
||||
using Dates: DateTime, Millisecond, Dates, Second, format, datetime2unix, unix2datetime
|
||||
using Dates: DateTime, Millisecond, Dates, Second, format, datetime2julian, julian2datetime
|
||||
|
||||
try
|
||||
furnsh("../../spice_files/naif0012.tls")
|
||||
@@ -14,10 +14,10 @@ catch
|
||||
end
|
||||
|
||||
@testset "All Tests" begin
|
||||
include("plotting.jl")
|
||||
include("laguerre-conway.jl")
|
||||
# include("plotting.jl")
|
||||
# include("laguerre-conway.jl")
|
||||
include("propagator.jl")
|
||||
include("nlp_solver.jl")
|
||||
include("mbh.jl")
|
||||
include("genetic_algorithm.jl")
|
||||
# include("nlp_solver.jl")
|
||||
# include("mbh.jl")
|
||||
# include("genetic_algorithm.jl")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user