Updates:
        Cc: ness...@googlemail.com
        Labels: EasyToFix

Comment #3 on issue 2079 by asmeurer: multiple integral gives wrong result
http://code.google.com/p/sympy/issues/detail?id=2079

It seems that this was fixed by the commit

commit 238dbe82646a58a351e434621bfe6584b87b1553
Author: Gregory Ksionda <ksiondag...@gmail.com>
Date:   Wed Apr 6 08:03:53 2011 -0700

    Fixed issue 2068:  integrate(Integral(f(x), x), x) caused an error.

    Now, integrate will take any integral and evaluate it as far as it
    can with the given limit order (though it can not evaluate integral
    limits out of order, something to work on in the future?).

Tom, since this integral is causing problems in your branch (see https://github.com/sympy/sympy/pull/543), can you add a test for it there (once you fix the issue)?

By the way, you might want to go through all the issues with the Integration label and see if any progress has been made in your branch, and if so, add a test for the integral in your branch and mark the issue as NeedsReview against your pull request.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to