radiocosmology / caput

Cluster Astronomical Python Utilities
GNU General Public License v2.0
12 stars 21 forks source link

`ValueError` in `MemGroup.from_file` when `distributed=False` #264

Closed ljgray closed 3 months ago

ljgray commented 8 months ago
ValueError: Install with 'compression' extra_require to use bitshuffle/numcodecs compression filters.

Trying to load a non-distributed .h5 file fails.

To reproduce: Try loading a .h5 file with distributed=False. I have NOT been able to consistently reproduce

Examples

containers.DelaySpectrum.from_file("/project/rpp-chime/chime/chime_processed/daily/rev_07/1892/delayspectrum_lsd_1892.h5")

If the option distributed=True is set, files will load without issue.