#10187: Update ecl and maxima
------------------------------------------+---------------------------------
Reporter: vbraun | Owner: tbd
Type: defect | Status: needs_info
Priority: major | Milestone: sage-4.6.1
Component: packages | Keywords:
Author: Volker Braun, David Kirkby | Upstream: Workaround found; Bug
reported upstream.
Reviewer: Karl-Dieter Crisman | Merged:
Work_issues: |
------------------------------------------+---------------------------------
Comment(by jpflori):
> Nonetheless, we can't ship a Sage with a failing doctest that we know
about, except at great need - this is why I put needs work. The very
minor change in how Maxima grouped the coefficient of `x^3` created this.
So I recommend that we replace this doctest with something very similar
which doesn't have this problem, and then open a new ticket for this
issue. Maybe something like ` sage: taylor(gamma(1/4+x),x,0,3) ` except I
can't tell you what the Mac output is on this until tomorrow - maybe
someone else can. The new ticket is #10282.
As noted by Burcin in #10282 , it is related to pynac ordering and
applying the patch I provided in #9880 gives me a consistent behavior on
Mac and Linux:
{{{
sage: psi(1,1/3)*log(3)
log(3)*psi(1, 1/3)
}}}
(I order the functions according to their name in lexicographic order)
However #9880 still needs a lot of work:
- my patch must be reviewed
- pynac must be updated
- a lot of doctests will have to be fixed afterwards
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10187#comment:52>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.