Skip to content

h5py - FrameAppender: improve handling of the data type.

payno requested to merge fix_93 into master

Could happen that the dtype was set to None (float64 by default) which was incoherent with the type. But due to the structure of it this look slike this was not bringing any major issue.

Merge request reports