Comment #7 on issue 2863 by asmeu...@gmail.com: Plotting failures with SymPy-Bot
http://code.google.com/p/sympy/issues/detail?id=2863

OK, I bisected the change from TypeError: unsupported operand type(s) for -=: 'Tuple' and 'int' to ValueError: Symbolic value, can't compute to the commit.

commit 7ad9a61da743805b599ae4d1a5066e13ec3b91fc
Author: Chris Smith <smi...@gmail.com>
Date:   Tue Dec 6 18:14:33 2011 +0545

    fix rebuilding of Integral in expand

So it's probably some test of plotting an Integral. The question is, did this commit fix the TypeError and uncover the ValueError, or coverup the TypeError with a new error (the ValueError)?

Actually, now that I know that this has something to do with Integral, I winder if it is related to my commit

commit d8d68dcea5d964b9978d43325d28063b45828f47
Author: Aaron Meurer <asmeu...@gmail.com>
Date:   Thu Nov 3 17:30:26 2011 -0600

    Use a test that would actually fail before

I'll play around with it.

--
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