Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 25, 2024
1 parent 47c832b commit 896c05f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/MINLPTests/run_minlptests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ import Uno_jll
CONFIG["Uno"] = Dict(
"mixed-integer" => false,
"amplexe" => Uno_jll.amplexe,
"options" => ["logger=SILENT", "preset=ipopt"],
"options" => ["logger=SILENT"],
"tol" => 1e-5,
"dual_tol" => 1e-5,
"nlp_exclude" => String[],
Expand Down
2 changes: 1 addition & 1 deletion test/MOI_wrapper.jl
Original file line number Diff line number Diff line change
Expand Up @@ -269,5 +269,5 @@ TestMOIWrapper.runtests()

if VERSION >= v"1.9"
import Uno_jll
TestMOIWrapper.runtests(Uno_jll.amplexe, ["logger=SILENT", "preset=ipopt"])
TestMOIWrapper.runtests(Uno_jll.amplexe, ["logger=SILENT"])
end

0 comments on commit 896c05f

Please sign in to comment.