Hi,

Testing on Intel Core Duo Mac OS X 10.4.11:

In [1]: import numpy as np

In [2]: np.test(all=True)
Numpy is installed in
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy
Numpy version 1.1.0rc1
Python version 2.5.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1 (Apple
Computer, Inc. build 5363)]
  Found 10/10 tests for numpy.core.tests.test_defmatrix
[... lots of other tests ]
  Found 14/14 tests for numpy.ma.tests.test_extras
Failed importing
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/ma/tests/test_morestats.py:
No module named scipy.stats.distributions
  Found 17/17 tests for numpy.ma.tests.test_mrecords
[... some other tests ]
... [testing]
.......................................E...................
======================================================================
ERROR: check_testUfuncRegression (numpy.ma.tests.test_old_ma.TestUfuncs)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/ma/tests/test_old_ma.py",
line 657, in check_testUfuncRegression
    uf = getattr(umath, f)
NameError: global name 'umath' is not defined

----------------------------------------------------------------------
Ran 1179 tests in 2.347s

FAILED (errors=1)




Actually another couple of tests failed before when scipy 0.6.0 was installed,
but I removed that as I have no current work using it. So another question is
whether the new numpy will work with the old scipy, or should one wait for a
new scipy release/use svn?


Keep up the good work.

Regards,

Muhammad Alkarouri


      __________________________________________________________
Sent from Yahoo! Mail.
A Smarter Email http://uk.docs.yahoo.com/nowyoucan.html
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to