[Numpy-discussion] Test Faliures on OS-X

Christopher Barker Chris.Barker at noaa.gov
Mon Jun 2 13:46:42 EDT 2008


HI all,

I missed a bit of the release process, but I thought all the test 
failures had been squashed. However, I just installed the OS-X 1.1.0 
binary, and got:

 >>> import numpy
 >>> numpy.__version__
'1.1.0'
 >>>
 >>> from numpy import test
 >>> test(all=True)
Numpy is installed in 
/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy
Numpy version 1.1.0
Python version 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) [GCC 4.0.1 
(Apple Computer, Inc. build 5367)]
...


...................................................../Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/ma.py:608: 
UserWarning: Cannot automatically convert masked array to numeric 
because data
     is masked in one or more locations.
   warnings.warn("Cannot automatically convert masked array to "\
F.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
......................................................................................................................................................................................................................................................................................
======================================================================
FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.test_ufuncs)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/numpy/core/tests/test_ma.py", 
line 692, in check_testUfuncRegression
     self.failUnless(eqmask(ur.mask, mr.mask))
AssertionError

----------------------------------------------------------------------
Ran 1321 tests in 4.608s

FAILED (failures=1)
<unittest._TextTestResult run=1321 errors=0 failures=1>
 >>>


Is that expected?

OS-X 10.4.11, Dual G5 PPC, Python2.5.1 python.org build.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov



More information about the NumPy-Discussion mailing list