On 7/27/13 10:25 AM, John W. O'Brien wrote:
[...]
> - test_pytables_native_read (pandas.io.tests.test_pytables.TestHDFStore)
> 
> This is somewhat more concerning, but it may be a problem with the
> devel/py-tables soft dependency.

Yes, pandas appears to be blameless in this case as demonstrated by the
tables test error include below.

wen@, Would you like me to open a PR against devel/py-tables? For
reference, see the pandas test error noted above in any of these build logs:

https://redports.org/buildarchive/20130727114400-47308/

% python -m unittest \
   tables.tests.test_basics.CheckFileTestCase.test04_openGenericHDF5File
E
======================================================================
ERROR: None (tables.tests.test_basics.CheckFileTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/tables/tests/common.py",
line 259, in newmethod
    return oldmethod(self, *args, **kwargs)
  File
"/usr/local/lib/python2.7/site-packages/tables/tests/test_basics.py",
line 1616, in test04_openGenericHDF5File
    ui = fileh.getNode(columns, "pressure", classname="Array")
  File "/usr/local/lib/python2.7/site-packages/tables/file.py", line
1112, in getNode
    node = self._getNode(nodePath)
  File "/usr/local/lib/python2.7/site-packages/tables/file.py", line
1057, in _getNode
    node = self.root._g_loadChild(nodePath)
  File "/usr/local/lib/python2.7/site-packages/tables/group.py", line
1131, in _g_loadChild
    childClass = self._g_getChildLeafClass(childName, warn=True)
  File "/usr/local/lib/python2.7/site-packages/tables/group.py", line
291, in _g_getChildLeafClass
    childCID = self._g_getLChildAttr(childName, 'CLASS')
  File "hdf5Extension.pyx", line 708, in
tables.hdf5Extension.Group._g_getLChildAttr (tables/hdf5Extension.c:6793)
HDF5ExtError: HDF5 error back trace

  File "H5D.c", line 345, in H5Dopen2
    can't open dataset
  File "H5Dint.c", line 1132, in H5D_open
    not found
  File "H5Dint.c", line 1222, in H5D_open_oid
    unable to load type info from dataset header
  File "H5Omessage.c", line 484, in H5O_msg_read
    unable to read object header message
  File "H5Omessage.c", line 545, in H5O_msg_read_oh
    unable to decode message
  File "./H5Oshared.h", line 85, in H5O_dtype_shared_decode
    unable to decode native message
  File "H5Odtype.c", line 1105, in H5O_dtype_decode
    can't decode type
  File "H5Odtype.c", line 550, in H5O_dtype_decode_helper
    incorrect array datatype version

End of HDF5 error back trace

Non-existing node ``/columns/pressure`` under ``/``

----------------------------------------------------------------------
Ran 1 test in 0.006s

FAILED (errors=1)
Closing remaining open files:
/usr/local/lib/python2.7/site-packages/tables/tests/ex-noattr.h5... done

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to