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

Relational involving Piecewise evaluates incorrectly as True #10258

Closed
smichr opened this issue Dec 14, 2015 · 0 comments · Fixed by #12920
Closed

Relational involving Piecewise evaluates incorrectly as True #10258

smichr opened this issue Dec 14, 2015 · 0 comments · Fixed by #12920

Comments

@smichr
Copy link
Member

smichr commented Dec 14, 2015

>>> p = Piecewise((1,x<0),(0,True)); p
Piecewise((1, x < 0), (0, True))
>>> p > 0
True  <---- should not evaluate since if x >= 0, the value of the Piecewise is 0 which is not gt 0
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 a pull request may close this issue.

1 participant