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 f4e81de commit b0da478Copy full SHA for b0da478
test/optimizationsystem.jl
@@ -73,7 +73,7 @@ end
73
prob = OptimizationProblem(sys, [x => 0.0, y => 0.0, a => 1.0, b => 1.0],
74
grad = false, hess = false, cons_j = false, cons_h = false)
75
sol = solve(prob, AmplNLWriter.Optimizer(Ipopt_jll.amplexe))
76
- @test_skip sol.objective < 1.0
+ @test sol.objective < 1.0
77
end
78
79
@testset "equality constraint" begin
0 commit comments