Skip to content

Commit d7adde7

Browse files
committed
fix type string for h5py issue 613
1 parent 2fa3aa0 commit d7adde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/hdf5dbTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ def testWriteCommittedCompoundType(self):
947947
# available via pip and anaconda.
948948
import h5py
949949
if h5py.version.version_tuple[1] >= 6:
950-
field_classes = ('H5T_INTEGER', 'H5T_FLOAT', 'H5T_STRING', 'H5T_OPAQUE')
950+
field_classes = ('H5T_INTEGER', 'H5T_FLOAT', 'H5T_STRING', 'H5T_STRING')
951951
else:
952952
field_classes = ('H5T_INTEGER', 'H5T_FLOAT', 'H5T_STRING', 'H5T_OPAQUE')
953953
for i in range(4):

0 commit comments

Comments
 (0)