-
Notifications
You must be signed in to change notification settings - Fork 42
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
add tests stop_when_inf_db and infeasible_phase_output #858
Conversation
src/Algorithm/colgen.jl
Outdated
optstate = OptimizationState(master) | ||
|
||
return _colgen_optstate_output(result, master, optstate) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should create the OptimizationState
inside _colgen_optstate_output
.
Co-authored-by: Guillaume Marques <[email protected]>
Co-authored-by: Guillaume Marques <[email protected]>
Co-authored-by: Guillaume Marques <[email protected]>
Can you mark as broken all tests that do not pass, please? |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #858 +/- ##
==========================================
+ Coverage 67.20% 67.23% +0.02%
==========================================
Files 77 77
Lines 5812 5814 +2
==========================================
+ Hits 3906 3909 +3
+ Misses 1906 1905 -1
☔ View full report in Codecov by Sentry. |
No description provided.