Comment #5 on issue 2258 by Vinzent.Steinberg: doctest fails in master http://code.google.com/p/sympy/issues/detail?id=2258
The doctest fails on my system too. Python 2.7.1, 64 bit Linux. In [7]: e.args Out[7]: ⎛ ⎽⎽⎽⎽ ⎽⎽⎽⎽⎞ ⎜ 1 2 ╱ 2 ⎽⎽⎽ 2 ╱ 2 ⎟ ⎜-1/8, ──, - 4⋅a ⋅╲╱ a + 2⋅╲╱ 2 ⋅a ⋅╲╱ a ⎟ ⎜ 2 ⎟ ⎝ a ⎠ In [8]: e.args[-1].args Out[8]: ⎛ ⎽⎽⎽⎽ ⎽⎽⎽⎽⎞ ⎜ ⎽⎽⎽ 2 ╱ 2 2 ╱ 2 ⎟ ⎝2⋅╲╱ 2 ⋅a ⋅╲╱ a , -4⋅a ⋅╲╱ a ⎠ -- 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.
