[Numpy-discussion] Tests fail in svn r2195
by Sasha other posts by this author
Mar 5 2006 5:02PM messages near this date
[Numpy-discussion] Is sum() slow ?
|
[Numpy-discussion] numexpr thoughts
Reproduced on Linux with python 2.4 and on MacOS X with python 2.3.
======================================================================
ERROR: Check creation from tuples
----------------------------------------------------------------------
Traceback (most recent call last):
File "/bnv/sandbox/numpy-dev/lib/python2.4/site-packages/numpy/core/tests/test_numerictype
s.py",
line 151, in check_tuple
h = array(self._buffer, dtype=self._descr)
TypeError: expected a readable buffer object
======================================================================
ERROR: Check creation from tuples
----------------------------------------------------------------------
Traceback (most recent call last):
File "/bnv/sandbox/numpy-dev/lib/python2.4/site-packages/numpy/core/tests/test_numerictype
s.py",
line 151, in check_tuple
h = array(self._buffer, dtype=self._descr)
TypeError: expected a readable buffer object
======================================================================
ERROR: Check reading the top fields of a nested array
----------------------------------------------------------------------
Traceback (most recent call last):
File "/bnv/sandbox/numpy-dev/lib/python2.4/site-packages/numpy/core/tests/test_numerictype
s.py",
line 244, in check_access_top_fields
h = array(self._buffer, dtype=self._descr)
TypeError: expected a readable buffer object
======================================================================
ERROR: Check reading the nested fields of a nested array (1st level)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/bnv/sandbox/numpy-dev/lib/python2.4/site-packages/numpy/core/tests/test_numerictype
s.py",
line 262, in check_nested1_acessors
h = array(self._buffer, dtype=self._descr)
TypeError: expected a readable buffer object
======================================================================
ERROR: Check access nested descriptors of a nested array (1st level)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/bnv/sandbox/numpy-dev/lib/python2.4/site-packages/numpy/core/tests/test_numerictype
s.py",
line 310, in check_nested1_descriptor
h = array(self._buffer, dtype=self._descr)
TypeError: expected a readable buffer object
======================================================================
ERROR: Check reading the nested fields of a nested array (2nd level)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/bnv/sandbox/numpy-dev/lib/python2.4/site-packages/numpy/core/tests/test_numerictype
s.py",
line 292, in check_nested2_acessors
h = array(self._buffer, dtype=self._descr)
TypeError: expected a readable buffer object
======================================================================
ERROR: Check access nested descriptors of a nested array (2nd level)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/bnv/sandbox/numpy-dev/lib/python2.4/site-packages/numpy/core/tests/test_numerictype
s.py",
line 318, in check_nested2_descriptor
h = array(self._buffer, dtype=self._descr)
TypeError: expected a readable buffer object
======================================================================
ERROR: check_access_fields
(numpy.core.tests.test_numerictypes.test_read_values_plain_single)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/bnv/sandbox/numpy-dev/lib/python2.4/site-packages/numpy/core/tests/test_numerictype
s.py",
line 210, in check_access_fields
h = array(self._buffer, dtype=self._descr)
TypeError: expected a readable buffer object
----------------------------------------------------------------------
Ran 337 tests in 1.131s
FAILED (errors=8)
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@[...].net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion
|