I had two failures on an intel mac running 10.4 (for rc2):
sage -t "devel/sage/sage/numerical/optimize.py"
sage -t "devel/sage/sage/symbolic/relation.py"
The relation.py failures:
sage -t "devel/sage/sage/symbolic/relation.py"
**********************************************************************
File "/Volumes/D/wildsage2/devel/sage/sage/symbolic/relation.py", line
434:
sage: solutions=solve([x^2+y^2 == 1, y^2 == x^3 + x + 1], x, y,
solution_dict=True); solutions
Expected:
[{y: -1/2*sqrt(-I*sqrt(3) + 3)*sqrt(2), x: -1/2*I*sqrt(3) - 1/2},
{y: 1/2*sqrt(-I*sqrt(3) + 3)*sqrt(2), x: -1/2*I*sqrt(3) - 1/2}, {y:
-1/2*sqrt(I*sqrt(3) + 3)*sqrt(2), x: 1/2*I*sqrt(3) - 1/2}, {y: 1/2*sqrt
(I*sqrt(3) + 3)*sqrt(2), x: 1/2*I*sqrt(3) - 1/2}, {y: -1, x: 0}, {y:
1, x: 0}]
Got:
[{x: -1/2*I*sqrt(3) - 1/2, y: -1/2*sqrt(-I*sqrt(3) + 3)*sqrt(2)},
{x: -1/2*I*sqrt(3) - 1/2, y: 1/2*sqrt(-I*sqrt(3) + 3)*sqrt(2)}, {x:
1/2*I*sqrt(3) - 1/2, y: -1/2*sqrt(I*sqrt(3) + 3)*sqrt(2)}, {x:
1/2*I*sqrt(3) - 1/2, y: 1/2*sqrt(I*sqrt(3) + 3)*sqrt(2)}, {x: 0, y:
-1}, {x: 0, y: 1}]
**********************************************************************
File "/Volumes/D/wildsage2/devel/sage/sage/symbolic/relation.py", line
553:
sage: solve_mod([5*x + y == 3, 2*x - 3*y == 9], 3*5*7*11*19*23*29,
solution_dict = True)
Expected:
[{y: 8610183, x: 12915279}]
Got:
[{x: 12915279, y: 8610183}]
and the optimize.py failure:
sage -t "devel/sage/sage/numerical/optimize.py"
**********************************************************************
File "/Volumes/D/wildsage2/devel/sage/sage/numerical/optimize.py",
line 558:
sage: find_fit(data, f, parameters = [a, b, c], variables = [x],
solution_dict = True)
Expected:
{c: 0.19..., b: 0.49..., a: 1.21...}
Got:
{a: 1.2149883277029359, b: 0.49754483643114439, c:
0.19453491569812351}
-M. Hampton
On Jun 5, 11:03 am, Jaap Spies <[email protected]> wrote:
> William Stein wrote:
> > 2009/6/4 Mike Hansen <[email protected]>:
> >> Hello,
>
> >> Now that sage.math is back up, I've cut rc0 and put it in
> >> /home/mhansen/sage-4.0.1.rc0.tar. All tests passed on sage.math.
>
> sage-4.0.1.rc2 built fine and all tests passed on Fedora 9 and 10, 32 bit.
>
> Jaap
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---