Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium
New issue 2458 by asmeurer: recursion error with highly nested Functions
http://code.google.com/p/sympy/issues/detail?id=2458
In [47]: a = x
In [48]: f = Function('f')
In [49]: for i in range(1000):
a = f(a)
....:
....:
In [51]: str(a)
RuntimeError: maximum recursion depth exceeded
I have included the entire traceback as an attachment if anyone is
interested. The pretty printer also has the same problem.
Attachments:
str(a) recursion error.txt 244 KB
--
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.