Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium Integration
New issue 2068 by asmeurer: integrate(Integral(f(x), x), x) fails
http://code.google.com/p/sympy/issues/detail?id=2068
In [3]: integrate(Integral(f(x), x), x)
...
AttributeError: 'tuple' object has no attribute 'has'
It's because Integral has a tuple in its args, and the heurisch() algorithm
at some point tries to recurse through the args of the integrand.
Did we ever create an official issue for making all Basic args Basic?
--
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.