Re: [sage-devel] Running integral twice breaks pexpect to maxima?

2013-03-01 Thread Christian Nassau
Looks like the comment sign in line 738 is the culprit: the code raises an unconditional exception since the "if" has been commented out. If true you could just remove the "#", see if it works, create a patch and open a ticket for this. I wonder why it works the first time, though... Cheers,

[sage-devel] Running integral twice breaks pexpect to maxima?

2013-02-28 Thread Jan Groenewald
Sage 5.7 on Ubuntu 12.04.2 sage: integral(e^(-abs(x))/cosh(x),x,-infinity,infinity) 2*log(2) sage: integral(e^(-abs(x))/cosh(x),x,-infinity,infinity) --- ValueErrorTraceback (most recent call l