Skip to content

Draft: Enforce that the HDF5 path is a string

Gregory Ashton requested to merge enforce-hdf5-key-is-a-str into master

This was a bug I stumbled across. Ideally the keys should not be integers, but it is in principle possible - which causes the file save to fail.

Merge request reports