-
Notifications
You must be signed in to change notification settings - Fork 1
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
Remove SparseVarArray #31
Conversation
Codecov ReportBase: 83.95% // Head: 84.98% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #31 +/- ##
==========================================
+ Coverage 83.95% 84.98% +1.03%
==========================================
Files 6 4 -2
Lines 405 293 -112
==========================================
- Hits 340 249 -91
+ Misses 65 44 -21
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Remove tables awaiting #30
Nice cleanup! Consider adding a version of the Tables support without waiting for JuMP support, or will this be considered a breaking change if we move rowtable from SparseVariables to JuMP.Containers at a later stage? |
I guess I replied to the wrong comment just now. Yes, I think we can do this as long as we don't export |
No description provided.