Is anyone else getting the failuer in operations.py doctests:
File "C:\documents and settings\chris\sympy\sympy\core
\operations.py", line 187,
in sympy.core.operations.AssocOp._matches_commutative
Failed example:
(a+b*c)._matches_commutative(sin(x)+y*z)
Expected:
{a_: sin(x), b_: y, c_: z}
Got:
{a_: y*z, b_: 1, c_: sin(x)}
This started with e853b97... Enable doctests for AssocOp...
/c
--
You received this message because you are subscribed to the Google Groups
"sympy" 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?hl=en.