-
Notifications
You must be signed in to change notification settings - Fork 95
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
Fix pyomo breakage #713
Fix pyomo breakage #713
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #713 +/- ##
========================================
Coverage 95.97% 95.98%
========================================
Files 29 29
Lines 4048 4057 +9
Branches 849 579 -270
========================================
+ Hits 3885 3894 +9
Misses 72 72
Partials 91 91
|
Nice to see the CI tests are passing. Can you run them locally with gurobipy installed and |
@brynpickering passing without a hitch! I also ran them with the previous |
Fixes #710
Summary of changes in this pull request
The
pyomo
folks were quite quick on fixing this one (Pyomo/pyomo#3414). Let's see what our tests have to say about this fix.Reviewer checklist