Updates:
Cc: -asmeurer ondrej.certik
Comment #4 on issue 1599 by asmeurer: match docstring
http://code.google.com/p/sympy/issues/detail?id=1599
I guess I should have tried running the doctests. I get:
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)}
I think it has to do with the args order being different on my machine
(that match is not well defined anyway). I
will skip it and include that patch in my odes branch.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---