h5serv icon indicating copy to clipboard operation
h5serv copied to clipboard

Endianess flag not preserved with one-byte types

Open jreadey opened this issue 9 years ago • 0 comments

With the one byte types, H5T_STD_(U|I)8(LE|BE), the endianess is not preserved when writing a dataset/attribute and then reading it back. E.g. test/integ/datasettest.py, testPostTypes fails if 'H5T_STD_I8' or 'H5T_STD_U8' are added to the type list.

jreadey avatar Jun 03 '15 17:06 jreadey