#9511: Upgrade Givaro to version 3.7.0
-------------------------------------------------------------------+--------
Reporter: pcpa |
Owner: cpernet
Type: enhancement |
Status: needs_review
Priority: minor |
Milestone: sage-5.1
Component: givaro |
Resolution:
Keywords: | Work
issues:
Report Upstream: N/A |
Reviewers:
Authors: Paulo César Pereira de Andrade, Martin Albrecht | Merged
in:
Dependencies: #12883, #12761 |
Stopgaps:
-------------------------------------------------------------------+--------
Comment (by vbraun):
I'm getting testing failures on sage-5.1.beta5 (this worked fine on beta3,
but the `cholesky()` method is new in beta5):
{{{
[vbraun@volker-desktop matrix]$ sage -t sage/matrix/matrix2.pyx
sage -t "devel/sage-main/sage/matrix/matrix2.pyx"
**********************************************************************
File "/home/vbraun/opt/sage-5.1.beta5/devel/sage-
main/sage/matrix/matrix2.pyx", line 9813:
sage: L
Expected:
[ 3 0 0]
[ 4*a^2 + 1 1 0]
[ 3*a + 2 a^2 + 2*a + 3 3]
Got:
[ 2 0 0]
[ a^2 + 4 1 0]
[ 2*a + 3 a^2 + 2*a + 3 2]
**********************************************************************
1 items had failures:
1 of 65 in __main__.example_105
***Test Failed*** 1 failures.
For whitespace errors, see the file
/home/vbraun/.sage//tmp/matrix2_12014.py
[12.8 s]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9511#comment:31>
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.