[Numpy-discussion] Assumed 64bit-Incompatiblity in numpy svn test_regression

Jan-Matthias Braun jan_braun at gmx.net
Sun Nov 26 10:12:47 EST 2006


Hi all,

after building current numpy from svn (1.0.1.dev3460 as of writing :), the 
call for numpy.test(10, 10) fails with following output added at the end of 
the mail.
The Test seems seems to be made for Ticket #372, but the problem is a type 
mismatch between 32 and 64bit Integers as far as I can see.

Should I file a ticket for this one?

Cheers,
	Jan

======================================================================
FAIL: Ticket #372
----------------------------------------------------------------------
Traceback (most recent call last):
  File "~/lib/python2.4/site-packages/numpy/core/tests/test_regression.py", 
line 581, in check_recarray_fields
    assert_equal(a.dtype,dt)
  File "~/lib/python2.4/site-packages/numpy/testing/utils.py", line 143, in 
assert_equal
    assert desired == actual, msg
AssertionError:
Items are not equal:
 ACTUAL: dtype([('f0', '<i8'), ('f1', '<i8')])
 DESIRED: dtype([('f0', '<i4'), ('f1', '<i4')])

----------------------------------------------------------------------
Ran 524 tests in 0.294s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20061126/94a4815d/attachment.sig>


More information about the NumPy-Discussion mailing list