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 6d34432 commit 35f16a1Copy full SHA for 35f16a1
test/nlp_tests.jl
@@ -78,7 +78,7 @@ TO.evaluate!(conSet, prob.Z)
78
@test conSet.convals[end].vals[1] != zeros(n)
79
@test conSet.convals[end].vals[3] == zeros(n)
80
TO.∇jacobian!(conSet.hess, conSet, prob.Z, conSet.λ)
81
-@test_broken conSet.hess[end][1] != zeros(n+m,n+m) # TODO: why does this fail on CI?
+# @test_broken conSet.hess[end][1] != zeros(n+m,n+m) # TODO: why does this fail on CI?
82
@test conSet.hess[end][2] == zeros(n+m,n+m)
83
84
# Build NLP
0 commit comments