Describe the bug
HDF5 export fails with dictionnary type serialization (export result)
After processing the signal with "Extract pulse feature", attempting to save the file in HDF5 format fails : "cannot serialize 'step' of type"
To Reproduce
- Open DataLab
- Create a signal
- Run
Computing → Extract pulse feature on the signal
- Attempt to save the project in HDF5 format
- Observe the save error
Expected behavior
- HDF5 export should succeed without errors after running and computing function ("Extract pulse feature" for example)
- Feature export should be able to serialize and export dictionnary type (for generic result data support)
HDF5 save error:
See related issue in DataLab : DataLab-Platform/DataLab#300
Describe the bug
HDF5 export fails with dictionnary type serialization (export result)
After processing the signal with "Extract pulse feature", attempting to save the file in HDF5 format fails : "cannot serialize 'step' of type"
To Reproduce
Computing→Extract pulse featureon the signalExpected behavior
HDF5 save error:
See related issue in DataLab : DataLab-Platform/DataLab#300