On Thu, Dec 10, 2009 at 7:18 PM, Mike Hansen <mhan...@gmail.com> wrote:
> Hello all,
>
> Sage 4.3.rc0 is out. Source and binary are available at
>

I did a build test on OS X 10.5 PPC and there are some problems I
think not mentioned elsewhere.  The first is a badly written doctest
by somebody who didn't think about hash values being architecture
dependent, and the second is valid numerical noise:

pdlc424:sage-4.3.rc0 wstein$         sage -t -long
"devel/sage/sage/numerical/mip.pyx"
**********************************************************************
File "/Users/wstein/build/sage-4.3.rc0/devel/sage/sage/numerical/mip.pyx",
line 987:
    sage: p._NormalForm(v[0] + v[1])
Expected:
    {0: 0, x1: 1, x0: 1}
Got:
    {x1: 1, 0: 0, x0: 1}


pdlc424:sage-4.3.rc0 wstein$         sage -t -long
"devel/sage/sage/rings/complex_double.pyx"
**********************************************************************
File 
"/Users/wstein/build/sage-4.3.rc0/devel/sage/sage/rings/complex_double.pyx",
line 2046:
    sage: z^2 - z + 1
Expected:
    -4.4408920985e-16
Got:
    -2.22044604925e-16 - 2.22044604925e-16*I

----------

William

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to