[SciPy-dev] Now new svn of numpy is ready

Andrew Jaffe a.h.jaffe at gmail.com
Thu Jan 5 07:14:33 EST 2006


Test error on OS X [test(1,1) succeeds] --


In [1]: import numpy

In [2]: numpy.__version__
Out[2]: '0.9.2.1824'

In [3]: numpy.test(10)
   Found 2 tests for numpy.core.umath
   Found 20 tests for numpy.core.ma
   Found 6 tests for numpy.core.records
   Found 3 tests for numpy.distutils.misc_util
   Found 4 tests for numpy.lib.getlimits
   Found 9 tests for numpy.lib.twodim_base
   Found 44 tests for numpy.lib.shape_base
   Found 4 tests for numpy.lib.index_tricks
   Found 42 tests for numpy.lib.type_check
   Found 3 tests for numpy.dft.helper
   Found 6 tests for numpy.core.defmatrix
   Found 33 tests for numpy.lib.function_base
   Found 0 tests for __main__
.................................E................................................................................................................................................
======================================================================
ERROR: check_singleton (numpy.lib.getlimits.test_getlimits.test_longdouble)
----------------------------------------------------------------------
Traceback (most recent call last):
   File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/lib/tests/test_getlimits.py", 
line 33, in check_singleton
     ftype = finfo(longdouble)
   File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/lib/getlimits.py", 
line 47, in __new__
     obj = object.__new__(cls)._init(dtype)
   File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/lib/getlimits.py", 
line 73, in _init
     "numpy longfloat precision floating "\
   File 
"/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy/lib/machar.py", 
line 128, in __init__
     raise RuntimeError, "could not determine machine tolerance " \
RuntimeError: could not determine machine tolerance for 'negep'

----------------------------------------------------------------------
Ran 178 tests in 2.651s

FAILED (errors=1)
Out[3]: <unittest.TextTestRunner object at 0x16668f0>




More information about the SciPy-Dev mailing list