Skip to content

Commit

Permalink
Update test/nlp/quasi-newton.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique <[email protected]>
  • Loading branch information
MaxenceGollier and dpo authored Oct 31, 2024
1 parent 9a220e6 commit 4e140fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/nlp/quasi-newton.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
Hop = hess_op!(nlp, x, Hv)
@test Hop * v H(x) * v
@test nlp.counters == nlp.model.counters
@test neval_obj(nlp) == neval_obj(nlp.model)
@test neval_obj(nlp) == neval_obj(nlp.model)
@test neval_grad(nlp) == neval_grad(nlp.model)
@test neval_hess(nlp) == neval_hess(nlp.model)
@test neval_hprod(nlp) == neval_hprod(nlp.model)
Expand Down

0 comments on commit 4e140fb

Please sign in to comment.