#10791: Fix and upgrade Gram-Schmidt
-------------------------------+--------------------------------------------
    Reporter:  rbeezer         |         Owner:  jason, was  
        Type:  defect          |        Status:  needs_review
    Priority:  major           |     Milestone:  sage-4.7.2  
   Component:  linear algebra  |    Resolution:              
    Keywords:                  |   Work_issues:              
    Upstream:  N/A             |      Reviewer:  Martin Raum 
      Author:  Rob Beezer      |        Merged:              
Dependencies:                  |  
-------------------------------+--------------------------------------------
Changes (by jdemeyer):

  * status:  new => needs_review


Comment:

 Doctest failure on bsd (OS X 10.8.0 x86_64):
 {{{
 sage -t -long  -force_lib devel/sage/sage/matrix/matrix2.pyx
 **********************************************************************
 File
 "/Users/buildbot/build/sage/bsd-1/bsd_64_full/build/sage-4.7.2.alpha2/devel
 /sage-main/sage/matrix/matrix2.pyx", line 7718:
     sage: G.round(6)
 Expected:
     [-0.408248 -0.408248 -0.816497]
     [ 0.707107 -0.707107      -0.0]
     [ -0.57735  -0.57735   0.57735]
 Got:
     [-0.408248 -0.408248 -0.816497]
     [ 0.707107 -0.707107       0.0]
     [ -0.57735  -0.57735   0.57735]
 **********************************************************************
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10791#comment:21>
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.

Reply via email to