python2.7 10.5, osx 10.6, numpy 1.5.1rc1
Test pass when run from python prompt (see bottom) but fail when run
from $nosetests numpy.
105osxpython:~ Vincent$ nosetests numpy
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E........................................................................................................................................................................................................................................E......................Warning:
overflow encountered in ldexp
.......................................................................E......................E...........................................................................................EEEEEE...................................................................................................................................................................................................................................................................................................................................................................................EEEEEEEEEE.EE..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test_array_from_sequence_scalar_array2 (test_regression.TestRegression)
Ticket #1081: weird array with strange input...
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/decorators.py",
line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: Fix this for 1.5.0.
======================================================================
ERROR: test_umath.TestComplexFunctions.test_branch_cuts_failing
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 186, in runTest
self.test(*self.arg)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/decorators.py",
line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: These branch cuts are known to fail
======================================================================
ERROR: test_umath_complex.TestCarg.test_zero
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 186, in runTest
self.test(*self.arg)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/decorators.py",
line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: Complex arithmetic with signed zero is buggy on most
implementation
======================================================================
ERROR: test_umath_complex.TestCexp.test_special_values2
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 186, in runTest
self.test(*self.arg)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/decorators.py",
line 213, in knownfailer
raise KnownFailureTest, msg
KnownFailureTest: cexp(nan + 0I) is wrong on most implementations
======================================================================
ERROR: Failure: ImportError (cannot import name fib2)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/loader.py",
line 382, in loadTestsFromName
addr.filename, addr.module)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext/tests/test_fib2.py",
line 3, in <module>
from f2py_ext import fib2
ImportError: cannot import name fib2
======================================================================
ERROR: Failure: ImportError (cannot import name foo)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/loader.py",
line 382, in loadTestsFromName
addr.filename, addr.module)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/distutils/tests/f2py_f90_ext/tests/test_foo.py",
line 3, in <module>
from f2py_f90_ext import foo
ImportError: cannot import name foo
======================================================================
ERROR: Failure: ImportError (cannot import name fib3)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/loader.py",
line 382, in loadTestsFromName
addr.filename, addr.module)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/distutils/tests/gen_ext/tests/test_fib3.py",
line 3, in <module>
from gen_ext import fib3
ImportError: cannot import name fib3
======================================================================
ERROR: Failure: ImportError (No module named primes)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/loader.py",
line 382, in loadTestsFromName
addr.filename, addr.module)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/distutils/tests/pyrex_ext/tests/test_primes.py",
line 3, in <module>
from pyrex_ext.primes import primes
ImportError: No module named primes
======================================================================
ERROR: Failure: ImportError (cannot import name example)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/loader.py",
line 382, in loadTestsFromName
addr.filename, addr.module)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/tests/test_example.py",
line 3, in <module>
from swig_ext import example
ImportError: cannot import name example
======================================================================
ERROR: Failure: ImportError (cannot import name example2)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/loader.py",
line 382, in loadTestsFromName
addr.filename, addr.module)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/importer.py",
line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/distutils/tests/swig_ext/tests/test_example2.py",
line 3, in <module>
from swig_ext import example2
ImportError: cannot import name example2
======================================================================
ERROR: test_callback.TestF77Callback.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_mixed.TestMixed.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 346, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_character.TestF77ReturnCharacter.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_character.TestF90ReturnCharacter.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_complex.TestF77ReturnComplex.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_complex.TestF90ReturnComplex.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_integer.TestF77ReturnInteger.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_integer.TestF90ReturnInteger.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_logical.TestF77ReturnLogical.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_logical.TestF90ReturnLogical.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_real.TestF77ReturnReal.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
======================================================================
ERROR: test_return_real.TestF90ReturnReal.test_all
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/case.py",
line 367, in setUp
try_run(self.inst, ('setup', 'setUp'))
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/nose-0.11.3-py2.7.egg/nose/util.py",
line 491, in try_run
return func()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 341, in setUp
module_name=self.module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 156, in build_code
module_name=module_name)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 73, in wrapper
memo[key] = func(*a, **kw)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/f2py/tests/util.py",
line 137, in build_module
__import__(module_name)
ImportError: dlopen(/tmp/tmpOjoP4S/_test_ext_module_5403.so, 2): no
suitable image found. Did find:
/tmp/tmpOjoP4S/_test_ext_module_5403.so: mach-o, but wrong architecture
----------------------------------------------------------------------
Ran 3025 tests in 30.682s
FAILED (SKIP=1, errors=22)
python2.7
>>> numpy.test()
Running unit tests for numpy
NumPy version 1.5.1rc1
NumPy is installed in
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy
Python version 2.7 (r27:82508, Jul 3 2010, 21:12:11) [GCC 4.0.1
(Apple Inc. build 5493)]
nose version 0.11.3
<snip>
----------------------------------------------------------------------
Ran 3006 tests in 14.112s
OK (KNOWNFAIL=4, SKIP=1)
<nose.result.TextTestResult run=3006 errors=0 failures=0>
python2.7-32
>>> numpy.test()
Running unit tests for numpy
NumPy version 1.5.1rc1
NumPy is installed in
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy
Python version 2.7 (r27:82508, Jul 3 2010, 21:12:11) [GCC 4.0.1
(Apple Inc. build 5493)]
nose version 0.11.3
----------------------------------------------------------------------
Ran 3006 tests in 14.060s
OK (KNOWNFAIL=4, SKIP=1)
<nose.result.TextTestResult run=3006 errors=0 failures=0
--
Thanks
Vincent Davis
720-301-3003