[Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

Derek Homeier derek at astro.physik.uni-goettingen.de
Tue May 8 09:23:09 EDT 2012


On 06.05.2012, at 8:16AM, Paul Anton Letnes wrote:

> All tests for 1.6.2rc1 pass on
> Mac OS X 10.7.3
> python 2.7.2
> gcc 4.2 (Apple)

Passing as well on 10.6 x86_64 and on 10.5.8 ppc with 
python 2.5.6/2.6.6/2.7.2 Apple gcc 4.0.1, 
but I am  getting one failure on Lion (same with Python 2.5.6+2.6.7):

Python version 2.7.3 (default, May  6 2012, 15:05:35) [GCC 4.2.1 Compatible Apple Clang 3.0 (tags/Apple/clang-211.12)]
nose version 1.1.2
======================================================================
FAIL: Test basic arithmetic function errors
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sw/lib/python2.7/site-packages/numpy/testing/decorators.py", line 215, in knownfailer
    return f(*args, **kwargs)
  File "/sw/lib/python2.7/site-packages/numpy/core/tests/test_numeric.py", line 323, in test_floating_exceptions
    lambda a,b:a*b, ft_tiny, ft_tiny)
  File "/sw/lib/python2.7/site-packages/numpy/core/tests/test_numeric.py", line 271, in assert_raises_fpe
    "Type %s did not raise fpe error '%s'." % (ftype, fpeerr))
  File "/sw/lib/python2.7/site-packages/numpy/testing/utils.py", line 34, in assert_
    raise AssertionError(msg)
AssertionError: Type <type 'numpy.complex64'> did not raise fpe error ''.

----------------------------------------------------------------------
Ran 3551 tests in 130.778s

FAILED (KNOWNFAIL=3, SKIP=4, failures=1)

Cheers,
					Derek




More information about the NumPy-Discussion mailing list