From a9fa77496346fd5da171535295d949b570ac2f5a Mon Sep 17 00:00:00 2001 From: Tangi Migot Date: Mon, 29 Apr 2024 18:06:55 +0200 Subject: [PATCH] fix allocs issues with jtprod (#112) --- test/allocs_test.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/allocs_test.jl b/test/allocs_test.jl index 6a8f8a1..4e24345 100644 --- a/test/allocs_test.jl +++ b/test/allocs_test.jl @@ -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