Skip to content

Commit

Permalink
Update runtests.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 14, 2024
1 parent 24b6b03 commit 653375b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/julia/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ Optimizer_LP() = Optimizer(["logger=SILENT", "preset=filterslp", "max_iterations
primal_target,
objective_tol = 1e-4,
primal_tol = 1e-4,
exclude = ["501_011"], # Iteration limit
)
end

Expand Down

0 comments on commit 653375b

Please sign in to comment.