You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing a normal 1-byte bool into a dataset of type H5T_NATIVE_B8 shows up empty in HDF Compass, even though the data is there and can be read back, or viewed with h5dump. See the top window on the attached screenshot.
Cheers!
15 min later: I just realized that the "B" in H5T_NATIVE_B8 stands for bitfield and not bool. In fact H5T_NATIVE_UINT8 does show up and fixes my immediate problem. In any case, the file using H5T_NATIVE_B8 seems well formed and the dataset not showing up could be a bug.
The text was updated successfully, but these errors were encountered:
DavidAce
changed the title
Single bool dataset shows up empty
H5T_NATIVE_B8 dataset shows up empty
Apr 19, 2020
Writing a normal 1-byte bool into a dataset of type
H5T_NATIVE_B8
shows up empty in HDF Compass, even though the data is there and can be read back, or viewed with h5dump. See the top window on the attached screenshot.Cheers!
15 min later: I just realized that the "B" in
H5T_NATIVE_B8
stands for bitfield and not bool. In factH5T_NATIVE_UINT8
does show up and fixes my immediate problem. In any case, the file usingH5T_NATIVE_B8
seems well formed and the dataset not showing up could be a bug.The text was updated successfully, but these errors were encountered: