Should be fixed now

This commit is contained in:
Connor
2021-09-25 18:03:20 -06:00
parent 955cf8ac05
commit 49eff02cd0
3 changed files with 7 additions and 10 deletions

View File

@@ -4,7 +4,6 @@ using LinearAlgebra
using SPICE
using Thesis
# Tests
@testset "All Tests" begin
include("plotting.jl")
include("inner_loop/laguerre-conway.jl")
@@ -12,5 +11,3 @@ using Thesis
include("inner_loop/phase.jl")
# include("inner_loop/monotonic_basin_hopping.jl")
end
print()