On 30-Nov-09, at 10:47 PM, David Cournapeau wrote:

> Hi,
>
> The first release candidate for 1.4.0 has been released. The sources,
> as well as mac and windows installers may be found here:
>
> https://sourceforge.net/projects/numpy/files/

Hi David,

All clear on my Intel Atom and Core i5 boxes, though problem on a  
PowerPC machine (I assume it's just more 'long double' weirdness  
that's platform-specific):

======================================================================
FAIL: test_umath.test_nextafterl
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Users/dwf/numpyrc/lib/python2.5/site-packages/nose-0.11.1- 
py2.5.egg/nose/case.py", line 183, in runTest
     self.test(*self.arg)
   File "/Users/dwf/numpyrc/lib/python2.5/site-packages/numpy/testing/ 
decorators.py", line 215, in knownfailer
     return f(*args, **kwargs)
   File "/Users/dwf/numpyrc/lib/python2.5/site-packages/numpy/core/ 
tests/test_umath.py", line 866, in test_nextafterl
     return _test_nextafter(np.longdouble)
   File "/Users/dwf/numpyrc/lib/python2.5/site-packages/numpy/core/ 
tests/test_umath.py", line 852, in _test_nextafter
     assert np.nextafter(one, two) - one == eps
AssertionError

======================================================================
FAIL: test_umath.test_spacingl
----------------------------------------------------------------------
Traceback (most recent call last):
   File "/Users/dwf/numpyrc/lib/python2.5/site-packages/nose-0.11.1- 
py2.5.egg/nose/case.py", line 183, in runTest
     self.test(*self.arg)
   File "/Users/dwf/numpyrc/lib/python2.5/site-packages/numpy/testing/ 
decorators.py", line 215, in knownfailer
     return f(*args, **kwargs)
   File "/Users/dwf/numpyrc/lib/python2.5/site-packages/numpy/core/ 
tests/test_umath.py", line 886, in test_spacingl
     return _test_spacing(np.longdouble)
   File "/Users/dwf/numpyrc/lib/python2.5/site-packages/numpy/core/ 
tests/test_umath.py", line 873, in _test_spacing
     assert np.spacing(one) == eps
AssertionError

----------------------------------------------------------------------
Ran 2484 tests in 12.445s

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


_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to