-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Description
Hi,
When I tried to upgrade to latest hdf5-rust one of my tests starated failing when trying to read the attached dataset.
chunked_gzipped.zip
let h = hdf5::File::open(i.path().unwrap()).unwrap();
let hvs = h
.dataset("d_4_gzipped_chunks")
.unwrap()
.read_raw::<f32>()
.unwrap();
---- reader::cache::tests::read_chunked_gzipped_2d stdout ----
thread 'reader::cache::tests::read_chunked_gzipped_2d' panicked at 'called `Result::unwrap()` on an `Err` value: H5Dread(): can't read data: inflateInit() failed', src/reader/cache.rs:186:14
https://github.com/gauteh/hidefix/blob/hdf5-08/src/reader/cache.rs#L183
Regards, Gaute
Metadata
Metadata
Assignees
Labels
No labels