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 fa92144 commit e1a383cCopy full SHA for e1a383c
test/test_stats.jl
@@ -166,7 +166,7 @@ test_stats()
166
end
167
168
@testset "Test get_status for NLS" begin
169
- nlp = ADNLSModel(x -> [x], ones(2), 2)
+ nlp = ADNLSModel(x -> x, ones(2), 2)
170
@test get_status(nlp, optimal = true) == :first_order
171
@test get_status(nlp, small_residual = true) == :small_residual
172
@test get_status(nlp, infeasible = true) == :infeasible
0 commit comments