Skip to content

Commit 661bcf5

Browse files
Merge pull request #2 from jonathanfischer97/dev
Fix store_trace=true bug. Test added that should fail on current origin master but pass now.
2 parents eef6558 + 985184b commit 661bcf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/OptimizationEvolutionary/test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +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` works now. Threw ""type Array has no field value" before.
47+
solve(prob, CMAES= 40, λ = 100), store_trace = true)
4548
end

0 commit comments

Comments
 (0)