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 40fbb0c commit 1d77abfCopy full SHA for 1d77abf
test/nlp/dummy-model.jl
@@ -13,7 +13,7 @@ end
13
@test_throws(MethodError, grad!(model, [0.0], [1.0]))
14
@test_throws(MethodError, cons_lin!(model, [0.0], [1.0]))
15
@test_throws(MethodError, cons_nln!(model, [0.0], [1.0]))
16
- @test_throws(MethodError, jac_lin_coord!(model, [1.0]))
+ @test_throws(MethodError, jac_lin_coord!(model, [0.0], [1.0]))
17
@test_throws(MethodError, jac_nln_coord!(model, [0.0], [1.0]))
18
@test_throws(MethodError, jth_con(model, [0.0], 1))
19
@test_throws(MethodError, jth_congrad(model, [0.0], 1))
0 commit comments