Skip to content

Commit

Permalink
comment out optimization tests for now try ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavdixit02 committed Nov 3, 2023
1 parent 275cfe1 commit 7e7367b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ end
@time @safetestset "Ensemble solution statistics" begin
include("downstream/ensemble_stats.jl")
end
@time @safetestset "Ensemble Optimization and Nonlinear problems" begin
include("downstream/ensemble_nondes.jl")
end
# @time @safetestset "Ensemble Optimization and Nonlinear problems" begin
# include("downstream/ensemble_nondes.jl")
# end
@time @safetestset "Ensemble with DifferentialEquations automatic algorithm selection" begin
include("downstream/ensemble_diffeq.jl")
end
Expand Down

0 comments on commit 7e7367b

Please sign in to comment.