Comment #8 on issue 3025 by [email protected]: Piecewise evaluate=False does not work when conditions are boolean
http://code.google.com/p/sympy/issues/detail?id=3025

Let's use this to discuss what evaluate=False *should* do.

#6 describes current behaviour in master. I think that it's wrong, and that Piecewise((x, x>1), (0, True), (1, False), (2, True)) should always be canonicalised to Piecewise((x, x>1), (0, True)), irrespective of issue 2626.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to