Skip to content

Commit

Permalink
[Tests] Remove test nlp_009_010 from MINLPTests tests (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac authored Jan 8, 2024
1 parent 14d16c2 commit dec0331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/minlp_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const OPTIMIZER = ()->MadNLP.Optimizer(
exclude = [
"005_011", # Uses the function `\`
"006_010", # User-defined function without Hessian (autodiff only provides 1st order)
"009_010", # Objective is non-smooth
],
objective_tol = 1e-5,
primal_tol = 1e-5,
Expand Down

0 comments on commit dec0331

Please sign in to comment.