After patching sage-1.5/tachyon-0.97 on my ia64-Linux
machine, I then ran
"make test" and got the following "errors".   I think that
instead of indicating bugs, they indicate problems with
the testing routines ... in the first three cases, the amount
of precision;
in the last case, the ordering that is being used.

Would an expert (William Stein?) take a look and tell me if they
agree ... or if I should do more investigating.

Ideally, it would be nice to not get any errors!

**************************************************
File "dft.py", line 595:
    sage: t = s.dwt(); t
Expected:
    Indexed sequence: [2.82842712474999, 0.000000000000000, 0.000000000000000, 0
.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000
000000000000]
        indexed by [0, 1, 2, 3, 4, 5, 6, 7]
Got:
    Indexed sequence: [2.82842712474999, -0.0000000000000000919738868117000, 0.0
000000000000000853284317717999, 0.0000000000000000853284317717999, 0.00000000000
0000, 0.000000000000000, 0.000000000000000, 0.000000000000000]
        indexed by [0, 1, 2, 3, 4, 5, 6, 7]
**********************************************************************
File "dft.py", line 653:
    sage: t = s.dwt(); t
Expected:
    Indexed sequence: [2.82842712474999, 0.000000000000000, 0.000000000000000, 0
.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000
000000000000]
        indexed by [0, 1, 2, 3, 4, 5, 6, 7]
Got:
    Indexed sequence: [2.82842712474999, -0.0000000000000000919738868117000, 0.0
000000000000000853284317717999, 0.0000000000000000853284317717999, 0.00000000000
0000, 0.000000000000000, 0.000000000000000, 0.000000000000000]
        indexed by [0, 1, 2, 3, 4, 5, 6, 7]
**********************************************************************
File "dft.py", line 664:
    sage: t = s.dwt("bspline", 103); t
Expected:
    Indexed sequence: [4.00000000000000, 0.000000000000000, 0.000000000000000, 0
.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000
000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.0000000
00000000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.00000000000
0000]
        indexed by [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
Got:
    Indexed sequence: [4.00000000000000, -0.000000000000000143361628193000, -0.0
000000000000000919738868117000, -0.0000000000000000919738868117000, 0.0000000000
000000853284317717999, 0.0000000000000000853284317717999, 0.00000000000000008532
84317717999, 0.0000000000000000853284317717999, 0.000000000000000, 0.00000000000
0000, 0.000000000000000, 0.000000000000000, 0.000000000000000, 0.000000000000000
, 0.000000000000000, 0.000000000000000]
        indexed by [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]

**************************************************
File "misc.py", line 436:
    sage: uniq([1,1,8,-5,3,-5,'a','x','a'])
Expected:
    ['a', 'x', -5, 1, 3, 8]
Got:
    [-5, 1, 3, 8, 'a', 'x']
**************************************************

Kate Minola
University of Maryland, College Park

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to