-
Notifications
You must be signed in to change notification settings - Fork 64
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
Make Pdop objects integrate with sympy #234
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
c2b4130
to
e5e3e07
Compare
This pull request introduces 4 alerts when merging e5e3e07 into 409bb90 - view on LGTM.com new alerts:
|
e5e3e07
to
adad7d3
Compare
This comment has been minimized.
This comment has been minimized.
950fd69
to
62cb405
Compare
This pull request introduces 4 alerts when merging 62cb405 into 409bb90 - view on LGTM.com new alerts:
|
@@ -0,0 +1,50 @@ | |||
class FullSet(set): |
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.
Turns out this exists elsewhere in sympy. Will update to use that eventually.
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.
Nope, sympy.sets.UniversalSet
doesn't work here after all.
I'm not sure if this is correct yet, but it no longer crashes.
This pull request introduces 5 alerts when merging f001fab into 7f57a09 - view on LGTM.com new alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #234 +/- ##
=======================================
Coverage 77.56% 77.56%
=======================================
Files 16 16
Lines 4217 4217
=======================================
Hits 3271 3271
Misses 946 946 Continue to review full report at Codecov.
|
No description provided.