-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silence test outputs #457
Silence test outputs #457
Conversation
12b7f79
to
9e15b1a
Compare
Codecov Report
@@ Coverage Diff @@
## master #457 +/- ##
==========================================
+ Coverage 59.22% 59.32% +0.09%
==========================================
Files 8 8
Lines 3713 3717 +4
==========================================
+ Hits 2199 2205 +6
+ Misses 1514 1512 -2
Continue to review full report at Codecov.
|
In MOI.empty(), set outputflag=0 before any other parameter changes are made.
Set output_flag=0 for all environments used in the tests
I rebased because I saw this was a few commits behind master. But it looks like the prints are coming from Gurobi.jl/test/MOI/MOI_wrapper.jl Lines 180 to 217 in 1648d6e
This creates new optimizers and doesn't set silent, so we're seeing the expected behavior. |
Thanks Simon. |
Continuing from #456