odin-detector / odin-data

DAQ software libraries for capturing and storing data from parallel detector systems
https://odin-detector.github.io/odin-data/
Apache License 2.0
8 stars 11 forks source link

Stop fixed length strings from chunking #344

Open DominicOram opened 3 months ago

DominicOram commented 3 months ago

This will stop fixed length strings from being chunked. However, it currently fails to write, as odin assumes that all datasets are resizeable.

I'm not sure how to avoid this assumption in a delicate way without breaking other things