h5serv
h5serv copied to clipboard
String padding type read incorrectly
In datsettest.py:testGetCompoundArray, 'strpad' is being returned as 'H5T_STR_NULLPAD', but should be: 'H5T_STR_SPACEPAD' (as reported by h5dump)