2017-04-25 10:13 GMT+02:00 Eric Gourgoulhon <[email protected]>:
>
> On Ubuntu 16.04, after the build enabled thanks to #22860,
> make ptestlong yields the same error as for Sage 8.0.beta2:
>
> File "src/sage/calculus/calculus.py", line 1406, in
sage.calculus.calculus.laplace
> Failed example:
>     laplace(t^n, t, s, algorithm='giac')
> Expected:
>     Traceback (most recent call last):
>     ...
>     NotImplementedError: Unable to parse Giac output:
integrate(t^n*exp(-s*t),t,0,+infinity)
> Got:
>     integration(t^n*e^(-s*t), t, 0, +Infinity)

One could see this failure as a success, since instead of
"NotImplementedError: Unable to parse Giac output",
it seems that the Giac output is now successfully parsed.

So maybe it would be worth changing the test in

    src/sage/calculus/calculus.py

to reflect that? Or maybe I misunderstand the issue.

Samuel

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to