Skip to content

Commit

Permalink
fix allocs issues with jtprod (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored Apr 29, 2024
1 parent 15bc07f commit a9fa774
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/allocs_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,9 @@ end
setdiff(problems, ["MGH01", "BNDROSENBROCK"]),
),
)
# jtprod! https://github.com/JuliaSmoothOptimizers/NLPModelsModifiers.jl/issues/77
map(
nlp ->
NLPModelsTest.test_zero_allocations(nlp, linear_api = true, exclude = [hess, jtprod, jac_op]),
NLPModelsTest.test_zero_allocations(nlp, linear_api = true, exclude = [hess]),
map(x -> FeasibilityFormNLS(eval(Symbol(x))()), problems),
)
end

0 comments on commit a9fa774

Please sign in to comment.