I installed numpy 1.10 from the package installer to OS X Leopard  
10.5.3.
It installs fine but I get and error (see below) when running the tests.

Does anyone else get this error? Is it fixed in the current svn version?


 >>> numpy.test()
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.2 (r252:60911, Feb 22 2008, 07:57:53) [GCC 4.0.1  
(Apple Computer, Inc. build 5363)]

/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site- 
packages/numpy/core/ma.py:609: 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 "\

FAIL: check_testUfuncRegression (numpy.core.tests.test_ma.TestUfuncs)
----------------------------------------------------------------------
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 1319 tests in 2.475s

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



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to