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.
2 parents 20e46a6 + 80f2155 commit 3f8b582Copy full SHA for 3f8b582
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