Hi,

Sage3.1.2.alpha0 builds fine on Intel Mac OS X 10.4.11 / Xcode 2.5,
make test shows one failure, the same as Jaap Spies already reported:

sage -t  devel/sage/sage/algebras/group_algebra.py
**********************************************************************
File "/Users/georgweber/Public/sage/sage-3.2.alpha0/tmp/
group_algebra.py", line 230:
    sage: OG(FormalSum([ (1, G(2)), (2, RR(0.77)) ]), check=False)
Expected:
    [2 0]
    [0 2] + 2*0.770000000000000
Got:
    2*0.770000000000000 + [2 0]
    [0 2]
**********************************************************************
1 items had failures:
   1 of  15 in __main__.example_9
***Test Failed*** 1 failures.
For whitespace errors, see the file /Users/georgweber/Public/sage/
sage-3.2.alpha0/tmp/.doctest_group_algebra.py
         [6.6 s]

(The expression is obviously commutative and thus at least
mathematically correct, but ...)

I did also run make -testlong, and additionally to theat new
"group_algebra.py" failure only the two
very well known old failures appeared (sr.py, ell_finite_field.py,
both havin trac tickets).

Cheers,
gsw

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to