We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce2a62 commit 80f2155Copy full SHA for 80f2155
lib/OptimizationEvolutionary/test/runtests.jl
@@ -58,5 +58,5 @@ Random.seed!(1234)
58
haskey(sol.original.trace[end].metadata, "x")
59
60
# Test the the values of x are saved, not the reference
61
- @test sol.original.trace[end].metadata["x"] !=== sol.original.trace[end-1].metadata["x"]
+ @test !(sol.original.trace[end].metadata["x"] === sol.original.trace[end-1].metadata["x"])
62
end
0 commit comments