Hi Aaron and Chris, thanks for your suggestions and fixes.
Jeff On Feb 13, 3:36 pm, "Chris Smith" <[email protected]> wrote: > >> class f(Function): > >> pass > > The error is also seen when trying to find whether f(10).is_positive: > > >>> f = Function('f') > >>> f(10).is_positive > [...] > RuntimeError: maximum recursion depth exceeded > > I have a branch named DetectCycle at github that has a patch fixing this. > > [https://github.com/smichr/sympy/tree/DetectCycle] > > After completing the tests, I'll put in a pull request. > > /c -- 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.
