Fixed the namespace warning
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@testset "Monotonic Basin Hopping" begin
|
||||
|
||||
using PlotlyJS, NLsolve, Dates
|
||||
using PlotlyJS
|
||||
|
||||
println("Testing Monotonic Basin Hopper")
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ using Random
|
||||
using LinearAlgebra
|
||||
using SPICE
|
||||
using Thesis
|
||||
using Dates: DateTime, Dates
|
||||
|
||||
try
|
||||
furnsh("../../spice_files/naif0012.tls")
|
||||
|
||||
Reference in New Issue
Block a user