> Expect some numerical noise doctest failures and some other related
> known issues. Please report issues here and check trac for existing
> tickets.

On an intel mac running 10.5 (after changing my stone-age shell :),
sage -testall has two or three problems:

the known numerical noise problem in wester.py (http://
trac.sagemath.org/sage_trac/ticket/4472)

an error in matrix_double_dense, which I couldn't find on trac (should
I create a ticket?):

sage -t  devel/sage/sage/matrix/matrix_double_dense.pyx
**********************************************************************
File "/Applications/sage/devel/sage/sage/matrix/
matrix_double_dense.pyx", line 444:
    sage: ~A
Expected:
    Traceback (most recent call last):
    ...
    LinAlgError: singular matrix
Got:
    [-4.50359962737e+15  9.00719925474e+15 -4.50359962737e+15]
    [ 9.00719925474e+15 -1.80143985095e+16  9.00719925474e+15]
    [-4.50359962737e+15  9.00719925474e+15 -4.50359962737e+15]
**********************************************************************
File "/Applications/sage/devel/sage/sage/matrix/
matrix_double_dense.pyx", line 909:
    sage: max((U*S*V.transpose()-m).list())<1e-15 # check
Expected:
    True
Got:
    False
**********************************************************************
2 items had failures:
   1 of  11 in __main__.example_15
   1 of  27 in __main__.example_26
***Test Failed*** 2 failures.

I also got this:

[ERROR]:
sage.dsage.twisted.tests.test_remote.WorkerRemoteCallsTest.testremote_get_job

Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was
unclean.
Selectables:
<Broker #0 on 65296>
-------------------------------------------------------------------------------
Ran 52 tests in 14.794s

FAILED (errors=1, successes=52)
However, an ERROR occurred in the Distributed Sage unit tests.

  John


--~--~---------~--~----~------------~-------~--~----~
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