Latest attempt at jump. Does not work yet.

This commit is contained in:
Connor
2021-08-30 23:28:36 -06:00
parent 850f05ce38
commit 5daf007e5b
11 changed files with 452 additions and 117 deletions

View File

@@ -6,10 +6,10 @@ using Thesis
# Tests
@testset "All Tests" begin
include("spacecraft.jl")
include("laguerre-conway.jl")
include("propagator.jl")
include("plotting.jl")
# include("spacecraft.jl")
# include("laguerre-conway.jl")
# include("propagator.jl")
# include("plotting.jl")
include("find_closest.jl")
include("monotonic_basin_hopping.jl")
end