administrative update

This commit is contained in:
Connor
2021-09-02 20:39:01 -06:00
parent ce6f6fb411
commit 4d180f577a
2 changed files with 8 additions and 6 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