-
-
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
Add errors for Matrix ± AbstractJuMPScalar #3557
Conversation
Looks good to me, just need tests |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3557 +/- ##
=======================================
Coverage 98.19% 98.19%
=======================================
Files 37 37
Lines 5602 5608 +6
=======================================
+ Hits 5501 5507 +6
Misses 101 101
☔ View full report in Codecov by Sentry. |
Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
Co-authored-by: Oscar Dowson <odow@users.noreply.github.com>
Let's just double check with https://github.com/jump-dev/JuMP.jl/actions/runs/6738331476 (cc @mortenpi, here's an example where this is useful) |
We can do separately, but with a slight tweak, this could also fix #3554 They're essentially the same problem. |
If this OK to merge? What's the thing about actions and Morten? |
LGTM. The Morten thing is JuliaDocs/Documenter.jl#2323 |
Give a more informative error when there an operation between a single JuMP variable and a Matrix type object is attempted.
Closes #3553