Comment #5 on issue 2110 by ondrej.certik: failing tests
http://code.google.com/p/sympy/issues/detail?id=2110

Vinzent, any progress with this? I can't reproduce it, but it should not be so difficult to debug this. Just go to the last part:


  File "/home/one/src/sympy/sympy/core/numbers.py", line 953, in __mul__
    return Integer(a.p * b.p)
RuntimeError: maximum recursion depth exceeded

and print the values of a.p, b.p and see why it is recursively calling itself. It will reveal the cause of this bug, and then we can see how to fix this.

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

Reply via email to