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
pgp10CNYDp3Qi.pgp
Description: PGP signature
_______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
