On Jan 29, 2009, at 11:19 , mabshoff wrote:

> There will be another alpha4 in the near future since we need to
> switch to ecls and also do a couple more invasive things. Also another
> bunch of essential build fixes did not make it into this release yet,
> but delaying it won't do any good since we are starting to see rejects
> for existing patches, so it was important to release this. As usual
> sources, a sage.math only binary as well as the upgrade files can be
> found in
>
>   http://sage.math.washington.edu/home/mabshoff/release-cycles-3.3/

Built w/o problems as an upgrade from alpha2 (Mac OS X, 10.5.6, Dual  
Quad Xeon).  Two tests had failures:

        sage -t  "devel/sage/sage/calculus/calculus.py"
        sage -t  "devel/sage/sage/rings/polynomial/toy_d_basis.py"

The 'toy_d_basis' failure is known.  Don't know about the calculus  
failure (below).  It doesn't look like noise; rather, order of the  
output values differs from the expected order in all three failures.

Justin


sage -t  "devel/sage/sage/calculus/calculus.py"
**********************************************************************
File "/Users/tmp/sage-3.3.alpha0/devel/sage/sage/calculus/ 
calculus.py", line 3206:
     sage: f.roots(ring=CC)
Expected:
     [(-0.0588115223184495, 1), (1.36050567903502 +  
1.51880872209965*I, 1), (-1.33109991787579 + 1.52241655183732*I, 1),  
(1.36050567903502 - 1.51880872209965*I, 1), (-1.33109991787580 -  
1.52241655183732*I, 1)]
Got:
     [(-0.0588115223184495, 1), (-1.33109991787579 +  
1.52241655183732*I, 1), (1.36050567903502 + 1.51880872209965*I, 1),  
(-1.33109991787579 - 1.52241655183732*I, 1), (1.36050567903502 -  
1.51880872209965*I, 1)]
**********************************************************************
File "/Users/tmp/sage-3.3.alpha0/devel/sage/sage/calculus/ 
calculus.py", line 3210:
     sage: f.roots(ring=CC, multiplicities=False)
Expected:
     [-0.0588115223184495, 1.36050567903502 + 1.51880872209965*I,  
-1.33109991787579 + 1.52241655183732*I, 1.36050567903502 -  
1.51880872209965*I, -1.33109991787580 - 1.52241655183732*I]
Got:
     [-0.0588115223184495, -1.33109991787579 + 1.52241655183732*I,  
1.36050567903502 + 1.51880872209965*I, -1.33109991787579 -  
1.52241655183732*I, 1.36050567903502 - 1.51880872209965*I]
**********************************************************************
File "/Users/tmp/sage-3.3.alpha0/devel/sage/sage/calculus/ 
calculus.py", line 3214:
     sage: f.roots(ring=QQbar, multiplicities=False)
Expected:
     [-0.05881152231844944?, 1.360505679035020? + 1.518808722099650? 
*I, -1.331099917875796? + 1.522416551837318?*I, 1.360505679035020? -  
1.518808722099650?*I, -1.331099917875796? - 1.522416551837318?*I]
Got:
     [-0.05881152231844944?, -1.331099917875796? + 1.522416551837318? 
*I, 1.360505679035020? + 1.518808722099650?*I, -1.331099917875796? -  
1.522416551837318?*I, 1.360505679035020? - 1.518808722099650?*I]
**********************************************************************
1 items had failures:
    3 of  29 in __main__.example_81
***Test Failed*** 3 failures.


--
Justin C. Walker, Curmudgeon at Large
Director
Institute for the Enhancement of the Director's income
-----------
--
They said it couldn't be done, but sometimes,
it doesn't work out that way.
   - Casey Stengel
--




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

Reply via email to