Open eneelo opened 1 year ago
Inconsistencies found in qats
during debugging so far:
qats.io.sima_h5.read_names()
inserts a backslash ('\') as separator between datagroups and between datagroup and dataset.qats.tsdb.TsDB._make_export_friendly_names()
replaces the OS depedendent separator (which is '/' on Linux) by an underscore ('_'), meaning that the backslash inserted by sima_h5.read_names()
is not replaced by an underscore.It is unclear whether this is what causes the bug or if there are additional issues. Suggested steps to fix/identify the issue:
Describe the bug On Linux, h5-file exported on Linux is corrupted when database is imported from .h5
To Reproduce Steps to reproduce the behavior:
Expected behavior The recipe above should not produce an error.
Screenshots HOLD
Desktop (please complete the following information): HOLD
Additional context HOLD