-
Notifications
You must be signed in to change notification settings - Fork 120
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
Tidy SDP atoms from CVXQUAD #608
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #608 +/- ##
==========================================
- Coverage 97.84% 97.83% -0.01%
==========================================
Files 88 88
Lines 5066 5045 -21
==========================================
- Hits 4957 4936 -21
Misses 109 109 ☔ View full report in Codecov by Sentry. |
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.
I didn't go into the math details as I assume it's just moving things around
Yeah just moving things. I'll fix the docstring math as part of #610 |
Tidying and tests related to #604