Skip to content

Commit

Permalink
🤖 Format .jl files
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Aug 27, 2024
1 parent 461bbdc commit 8270bd6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/nlpmodelstest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ for problem in problems
nlp_manual = eval(Symbol(problem))()
nlps = [nlp_cutest, nlp_manual]

consistent_nlps(nlps, linear_api = true, reimplemented = ["cons", "jac", "jprod", "jtprod"], exclude = [jth_hprod, ghjvprod])
consistent_nlps(
nlps,
linear_api = true,
reimplemented = ["cons", "jac", "jprod", "jtprod"],
exclude = [jth_hprod, ghjvprod],
)
view_subarray_nlp(nlp_cutest)
coord_memory_nlp(nlp_cutest, linear_api = true)

Expand Down

0 comments on commit 8270bd6

Please sign in to comment.