#4439: Sage 3.2.a2: make three doctests from #788 random again
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: doctest | Keywords:
----------------------+-----------------------------------------------------
The following tests should be made random again:
{{{
(make #random again)
sage -t devel/sage/sage/matrix/matrix_complex_double_dense.pyx
**********************************************************************
File
"/home/mabshoff/build-3.2.a2/sage-3.2.alpha2-menas/tmp/matrix_complex_double_dense.py",
line 899:
sage: U*S*V.transpose()
Expected:
[...e-1... 1.0]
[ 2.0 3.0]
[ 4.0 5.0]
Got:
[ 0 1.0]
[2.0 3.0]
[4.0 5.0]
**********************************************************************
(make random again)
sage -t devel/sage/sage/matrix/matrix_real_double_dense.pyx
**********************************************************************
File
"/home/mabshoff/build-3.2.a2/sage-3.2.alpha2-menas/tmp/matrix_real_double_dense.py",
line 786:
sage: U*S*V.transpose()
Expected:
[...e-1... 1.0 2.0]
[ 3.0 4.0 5.0]
Got:
[0.0 1.0 2.0]
[3.0 4.0 5.0]
**********************************************************************
File
"/home/mabshoff/build-3.2.a2/sage-3.2.alpha2-menas/tmp/matrix_real_double_dense.py",
line 794:
sage: U*S*V.transpose()
Expected:
[...e-1... 1.0]
[ 2.0 3.0]
[ 4.0 5.0]
Got:
[0.0 1.0]
[2.0 3.0]
[4.0 5.0]
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4439>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---