Skip to content

Fix issue 1740 - do not simplify shape in ColumnDesc

Benjamin Bertrand requested to merge beenje/sardana:issue-1740 into develop
  • Add basic tests for recording shape:
    • test different shape for h5 recorders
    • basic tests for SPEC and FIO recorders
  • Remove simplify shape to fix JSON recorder (#1740 (closed)). FIO_FileRecorder modified to keep the same behaviour as before.

I first added some tests and run the pipeline before to modify the code: https://gitlab.com/beenje/sardana/-/pipelines/756555640 I could thus check that I didn't change the behaviour for the SPEC_FileRecorder, FIO_FileRecorder and NXscanH5_FileRecorder (at least with the tests I wrote).

Edited by Benjamin Bertrand

Merge request reports