[Numpy-discussion] Remaining buildbot errors.

Charles R Harris charlesr.harris at gmail.com
Sun Feb 14 12:02:52 EST 2010


Python 2.4

======================================================================
ERROR: test_view_to_flexible_dtype (test_core.TestMaskedView)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/numpybb/Buildbot/numpy/b13/numpy-install/lib/python2.4/site-packages/numpy/ma/tests/test_core.py",
line 3333, in test_view_to_flexible_dtype
    test = a[0].view([('A', float), ('B', float)])
  File "../numpy-install/lib/python2.4/site-packages/numpy/ma/core.py",
line 2877, in view
TypeError: attribute 'shape' of 'numpy.generic' objects is not writable



BSD

======================================================================
FAIL: test_umath.TestComplexFunctions.test_loss_of_precision(<type
'numpy.complex64'>,)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/nose-0.10.4-py2.5.egg/nose/case.py",
line 182, in runTest
    self.test(*self.arg)
  File "/tmp/numpy-buildbot/b12/numpy-install/lib/python2.5/site-packages/numpy/core/tests/test_umath.py",
line 721, in check_loss_of_precision
    check(x_basic, 2*eps/1e-3)
  File "/tmp/numpy-buildbot/b12/numpy-install/lib/python2.5/site-packages/numpy/core/tests/test_umath.py",
line 691, in check
    'arcsinh')
AssertionError: (0, 0.0010023052, 0.99711633, 'arcsinh')

======================================================================
FAIL: test_umath.TestComplexFunctions.test_precisions_consistent
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/nose-0.10.4-py2.5.egg/nose/case.py",
line 182, in runTest
    self.test(*self.arg)
  File "/tmp/numpy-buildbot/b12/numpy-install/lib/python2.5/site-packages/numpy/core/tests/test_umath.py",
line 602, in test_precisions_consistent
    assert_almost_equal(fcf, fcd, decimal=6, err_msg='fch-fcd %s'%f)
  File "../numpy-install/lib/python2.5/site-packages/numpy/testing/utils.py",
line 435, in assert_almost_equal
AssertionError:
Arrays are not almost equal fch-fcd <ufunc 'arcsin'>
 ACTUAL: (0.66623944+0.95530742j)
 DESIRED: (0.66623943249251527+1.0612750619050355j)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20100214/04c303d9/attachment.html>


More information about the NumPy-Discussion mailing list