ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> numpy-discussion
numpy-discussion
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved