Skip to content

Commit 985184b

Browse files
removed commented out test_throws
1 parent bb4dede commit 985184b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/OptimizationEvolutionary/test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ Random.seed!(1234)
4242
return false
4343
end
4444
sol = solve(prob, CMAES= 40, λ = 100), callback = cb, maxiters = 100)
45-
46-
#test that `store_trace=true` throws error. This should fail now that it is fixed
47-
# @test_throws "type Array has no field value" solve(prob, CMAES(μ = 40, λ = 100), store_trace = true)
4845

49-
#test that `store_trace=true` works now.
46+
#test that `store_trace=true` works now. Threw ""type Array has no field value" before.
5047
solve(prob, CMAES= 40, λ = 100), store_trace = true)
5148
end

0 commit comments

Comments
 (0)