Skip to content

Fix BOR/EOR dict writing to H5

Hanno Perrey requested to merge py-fix-bor-eor-dict-writing into main

HDF5 does not have dict support. Instead, the BOR/EOR dicts are added as attributes to the corresponding group.

Merge request reports