#7677: sage-4.3.rc0: powerpc g5 doctest blockers
-----------------------+----------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.3
Component: doctest | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
-----------------------+----------------------------------------------------
{{{
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
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7677>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.