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 1c12b35 commit ed68374Copy full SHA for ed68374
src/allocs_model.jl
@@ -400,7 +400,7 @@ function test_zero_allocations(nlp::AbstractNLPModel; kwargs...)
400
return test_zero_allocations(table, get_name(nlp))
401
end
402
403
-function test_zero_allocations(nlp::AbstractNLSModel; linear_api = linear_api, kwargs...)
+function test_zero_allocations(nlp::AbstractNLSModel; linear_api = false, kwargs...)
404
table_nlp = test_allocs_nlpmodels(nlp; linear_api = linear_api, kwargs...)
405
table_nls = test_allocs_nlsmodels(nlp; kwargs...)
406
table = merge(table_nlp, table_nls)
0 commit comments