Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyfive/h5d.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ def __init__(self, dataobject):
self.fletcher32 = dataobject.fletcher32
self.fillvalue = dataobject.fillvalue
self.attributes = dataobject.get_attributes()
self.datatype = dataobject.dtype

#horrible kludge for now, this isn't really the same sort of thing
#https://github.com/NCAS-CMS/pyfive/issues/13#issuecomment-2557121461
Expand Down
Loading