Comment #11 on issue 2068 by [email protected]:
integrate(Integral(f(x), x), x) fails
http://code.google.com/p/sympy/issues/detail?id=2068
All right, by moving the fix to __new__, everything that was properly fixed
stayed fix and:
In [3]: Integral(Integral(f(x), x), x)
Out[3]: Integral(f(x), x, x)
However:
In [4]: integrate(Integral(f(x), x), x)
Out[4]: Integral(f(x), x)
So, clearly something wrong with integrate(?). I think it's a separate
issue, but if it's simple, I think I'll go ahead and fix it along with this
issue.
Also, gonna add some tests.
https://github.com/ksiondag/sympy/tree/2068_integrate
--
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.