From 836ea14878cd77365f883b3e620d5afec2b36403 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:39:54 -0400 Subject: [PATCH] Update nlp_consistency.jl --- test/nlp_consistency.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nlp_consistency.jl b/test/nlp_consistency.jl index a2f034f..9f57b8e 100644 --- a/test/nlp_consistency.jl +++ b/test/nlp_consistency.jl @@ -4,7 +4,7 @@ for problem in nlp_problems problem_f = eval(Symbol(lowercase(problem))) nlp_moi = MathOptNLPModel(problem_f()) nlps = [nlp_manual; nlp_moi] - consistent_nlps(nlps, linear_api = true, test_slack = false) + consistent_nlps(nlps, linear_api = true, test_slack = false, exclude = []) view_subarray_nlp(nlp_moi) end end