#10589: sage -fixdoctests doesn't work correctly
------------------------+---------------------------------------------------
   Reporter:  mderickx  |       Owner:  mvngu
       Type:  defect    |      Status:  new  
   Priority:  minor     |   Milestone:       
  Component:  doctest   |    Keywords:       
     Author:            |    Upstream:  N/A  
   Reviewer:            |      Merged:       
Work_issues:            |  
------------------------+---------------------------------------------------
 To reproduce this remove all but the first test result from the patch at:
 #10568

 {{{
 maarten-derickxs-macbook-pro:sage maarten$ sage -t
 matrix/matrix_sparse.pyx
 sage -t  "devel/sage-main/sage/matrix/matrix_sparse.pyx"
 **********************************************************************
 File "/Applications/sage-4.6.rc0/devel/sage-
 main/sage/matrix/matrix_sparse.pyx", line 301:
     sage: (2/3)*M
 Expected nothing
 Got:
     [   0  2/3  4/3    2  8/3 10/3]
     [   4 14/3 16/3    6 20/3 22/3]
     [   8 26/3 28/3   10 32/3 34/3]
 **********************************************************************
 File "/Applications/sage-4.6.rc0/devel/sage-
 main/sage/matrix/matrix_sparse.pyx", line 302:
     sage: 7*M
 Expected nothing
 Got:
     [  0   7  14  21  28  35]
     [ 42  49  56  63  70  77]
     [ 84  91  98 105 112 119]
 **********************************************************************
 File "/Applications/sage-4.6.rc0/devel/sage-
 main/sage/matrix/matrix_sparse.pyx", line 303:
     sage: (1/4)*M
 Expected nothing
 Got:
     [   0  1/4  1/2  3/4    1  5/4]
     [ 3/2  7/4    2  9/4  5/2 11/4]
     [   3 13/4  7/2 15/4    4 17/4]
 **********************************************************************
 File "/Applications/sage-4.6.rc0/devel/sage-
 main/sage/matrix/matrix_sparse.pyx", line 306:
     sage: m==(97/42)*(42/97*m)
 Expected nothing
 Got:
     True
 **********************************************************************
 1 items had failures:
    4 of   9 in __main__.example_6
 ***Test Failed*** 4 failures.
 For whitespace errors, see the file
 /Users/maarten/.sage//tmp/.doctest_matrix_sparse.py
          [12.5 s]

 ----------------------------------------------------------------------
 The following tests failed:


         sage -t  "devel/sage-main/sage/matrix/matrix_sparse.pyx"
 Total time for all tests: 12.6 seconds
 maarten-derickxs-macbook-pro:sage maarten$ sage -fixdoctests
 matrix/matrix_sparse.pyx
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10589>
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