On Wed, 13 Dec 2006 13:46:33 -0800, Kate Minola <[EMAIL PROTECTED]>
wrote:
> 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!
They are harmless output discrepancies, and won't be present in the
next version of SAGE (1.5.0.1), which will be released soon (and for
which auto-upgrade from previous sage versions will work).
Did you have any zombie lisp.run processes after do make test?
On OS X I now have no zombie problems, but with Linux 64-bit I
still do with sage-1.5. (!!) In particular, doing
cd devel/doc/tut
sage -t tut.tex
results in 1 zombie lisp.run on sage.math. I thought the new
process monitor included with sage-1.5 would deal with this,
but it doesn't (as Alex C. pointed out).
William
>
> **************************************************
> 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 [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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---