-
-
Notifications
You must be signed in to change notification settings - Fork 398
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 JuMPExtension print tests #1713
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1713 +/- ##
========================================
+ Coverage 68.69% 68.8% +0.1%
========================================
Files 30 30
Lines 3891 3901 +10
========================================
+ Hits 2673 2684 +11
+ Misses 1218 1217 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1713 +/- ##
==========================================
+ Coverage 68.69% 70.45% +1.76%
==========================================
Files 30 30
Lines 3891 4262 +371
==========================================
+ Hits 2673 3003 +330
- Misses 1218 1259 +41
Continue to review full report at Codecov.
|
23a2abb
to
ff3e01a
Compare
The only change in
JuMP.Model
printing done by this PR is that the objective function type displayed is now the JuMP type and not the MOI type but I think it is better that way.Closes #1710