Skip to content
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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eric-wieser
Copy link
Member

No description provided.

@lgtm-com

This comment has been minimized.

@lgtm-com
Copy link

lgtm-com bot commented Apr 22, 2020

This pull request introduces 4 alerts when merging e5e3e07 into 409bb90 - view on LGTM.com

new alerts:

  • 3 for Conflicting attributes in base classes
  • 1 for Module is imported with 'import' and 'import from'

@lgtm-com

This comment has been minimized.

@eric-wieser eric-wieser force-pushed the pdop-expr-2 branch 2 times, most recently from 950fd69 to 62cb405 Compare April 22, 2020 18:24
@lgtm-com
Copy link

lgtm-com bot commented Apr 22, 2020

This pull request introduces 4 alerts when merging 62cb405 into 409bb90 - view on LGTM.com

new alerts:

  • 3 for Conflicting attributes in base classes
  • 1 for Module is imported with 'import' and 'import from'

@@ -0,0 +1,50 @@
class FullSet(set):
Copy link
Member Author

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.

Copy link
Member Author

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.
@lgtm-com
Copy link

lgtm-com bot commented May 25, 2020

This pull request introduces 5 alerts when merging f001fab into 7f57a09 - view on LGTM.com

new alerts:

  • 4 for Conflicting attributes in base classes
  • 1 for Module is imported with 'import' and 'import from'

@codecov
Copy link

codecov bot commented May 26, 2020

Codecov Report

Merging #234 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7f57a09...f001fab. Read the comment docs.

@utensil utensil added this to the 0.6.0 milestone Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants