This particular bug should be fixable (see my previous emails). If this function is rewritten to be non-recursive, it will be one function call, no matter how big the expression is. As long as you aren't using the polys, tons of variables shouldn't be a big problem.
Aaron Meurer On Sun, Feb 12, 2012 at 11:37 PM, Kevin Hunter <[email protected]> wrote: > :-( Bummer. In this context, I regularly work with expressions with > thousands (sometimes tens of thousands) of variables. They aren't highly > nested, with most terms having less than 5 levels, but there are lots of > them. > > Thanks for letting me know. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sympy/-/xOXxLp9oOasJ. > > 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. -- 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.
