cunningham-lab/neurocaas

[Resolved] ValueError: key must be provided when HDF5 file contains multiple datasets

Closed this issue · 1 comments

Purely for documentation. For DLC v2, 2hen working with labels generated by NeuroCAAS and by external users, we needed to introduce an extra processing step for labels generated outside of NeuroCAAS. However, applying this processing to dlc-native labels results in an issue. In particular, users will see the message ValueError: key must be provided when HDF5 file contains multiple datasets. We introduce a flag labelconvert in the configuration file: setting this to false for labels generated from DLC should resolve the issue.

Resolved by #147