Closed ljgray closed 3 months ago
ValueError: Install with 'compression' extra_require to use bitshuffle/numcodecs compression filters.
Trying to load a non-distributed .h5 file fails.
.h5
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.
distributed=True
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 reproduceExamples
If the option
distributed=True
is set, files will load without issue.