#17126: Floating-point precision issues fail matrix2.py doctests
-------------------------------------------------+-------------------------
       Reporter:  darij                          |        Owner:
           Type:  defect                         |       Status:  new
       Priority:  blocker                        |    Milestone:  sage-6.4
      Component:  doctest coverage               |   Resolution:
       Keywords:  doctest failure, floating      |    Merged in:
  point, precision, matrix                       |    Reviewers:
        Authors:                                 |  Work issues:
Report Upstream:  N/A                            |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------

Comment (by darij):

 Nope. Still the same thing:

 {{{
 sage -t src/sage/matrix/matrix2.pyx
 **********************************************************************
 File "src/sage/matrix/matrix2.pyx", line 5209, in
 sage.matrix.matrix2.Matrix.diagonal.eigenspaces_right
 Failed example:
     eigenvalues = em[0]; eigenvalues.dense_matrix().zero_at(1e-15)
 Expected:
     [ 13.348469228349...                0.0                 0.0]
     [                0.0 -1.348469228349...                 0.0]
     [                0.0                0.0                 0.0]
 Got:
     [13.348469228349522                0.0                0.0]
     [               0.0 -1.348469228349534                0.0]
     [               0.0                0.0                0.0]
 **********************************************************************
 }}}
 etc.

--
Ticket URL: <http://trac.sagemath.org/ticket/17126#comment:3>
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 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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to