On Nov 28, 1:40 am, Aaron Meurer <[email protected]> wrote: > By the way, I get this behavior in your branch: > > In [5]: 2*(x + y) > Out[5]: 2⋅(x + y) > > In [6]: 2*(x + y) + x > Out[6]: 3⋅x + 2⋅y > > Was this intentional? >
Definitely not. I'm not sure how I missed that. Found the fix for it, but of course that broke a bunch of new tests. I don't have a lot of time this week, but I'll look into it. > Aaron Meurer -- 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.
