[Numpy-discussion] 1.1.0rc1 OSX Installer - please test

Tommy Grav tgrav at mac.com
Mon May 19 16:20:30 EDT 2008


On May 19, 2008, at 3:39 PM, Christopher Burns wrote:

> I've built a Mac binary for the 1.1 release candidate.  Mac users,
> please test it from:
>
> https://cirl.berkeley.edu/numpy/numpy-1.1.0rc1-py2.5-macosx10.5.dmg
>
> This is for the MacPython installed from python.org.
>
> Thanks,
> Chris

I tried this build on my PPC running 10.5.2. It works with
two failed tests given below.

[*****:~] tgrav% python
ActivePython 2.5.1.1 (ActiveState Software Inc.) based on
Python 2.5.1 (r251:54863, May  1 2007, 17:40:00)
[GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin
Type "help", "copyright", "credits" or "license" for more information.


[*****:~] tgrav% python -c 'import numpy; numpy.test()'
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.1 (r251:54863, May  1 2007, 17:40:00) [GCC 4.0.1  
(Apple Computer, Inc. build 5250)]

[Test log snipped]

======================================================================
FAIL: test_basic (numpy.core.tests.test_multiarray.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/numpy/core/tests/test_multiarray.py", line  
843, in test_basic
     assert_array_equal(y, [67305985, 134678021])
   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/numpy/testing/utils.py", line 248, in  
assert_array_equal
     verbose=verbose, header='Arrays are not equal')
   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/numpy/testing/utils.py", line 240, in  
assert_array_compare
     assert cond, msg
AssertionError:
Arrays are not equal

(mismatch 100.0%)
  x: array([16909060, 84281096])
  y: array([ 67305985, 134678021])

======================================================================
FAIL: test_keywords (numpy.core.tests.test_multiarray.TestView)
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/numpy/core/tests/test_multiarray.py", line  
852, in test_keywords
     assert_array_equal(y,[[513]])
   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/numpy/testing/utils.py", line 248, in  
assert_array_equal
     verbose=verbose, header='Arrays are not equal')
   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/ 
python2.5/site-packages/numpy/testing/utils.py", line 240, in  
assert_array_compare
     assert cond, msg
AssertionError:
Arrays are not equal

(mismatch 100.0%)
  x: array([[258]], dtype=int16)
  y: array([[513]])

----------------------------------------------------------------------
Ran 1004 tests in 2.569s

FAILED (failures=2)




More information about the NumPy-Discussion mailing list