On Mar 23, 9:54 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Sun, Mar 23, 2008 at 1:03 PM, mabshoff
<SNIP>
>
> I put logs from all tests here:
>
> http://sage.math.washington.edu/home/was/build/tests/2.11.alpha1/
Thanks, meccah's unusual failures are due to timeouts, some corrupted
GAP workspace and inability to start a second Sage process.
Re the doctest failure on Clement's G5:
sage -t devel/sage-main/sage/matrix/matrix_real_double_dense.pyx
**********************************************************************
File "matrix_real_double_dense.pyx", line 331:
sage: ~A
Expected:
[ 0.1 0.0]
[ 0.0 0.01]
Got:
[ 0.1 -0.0]
[-0.0 0.01]
**********************************************************************
File "matrix_real_double_dense.pyx", line 349:
sage: A.inverse()
Expected:
[nan nan]
[nan inf]
Got:
[ nan nan]
[ nan -inf]
**********************************************************************
It is a sign issue, but I am not sure what we can do here.
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---