You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work on DropletUtils.
Actually, the corresponding package in Debian is failing with (version 1.12.2 and 1.12.3 both):
> test_check("DropletUtils")
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-read10x.R:129:5): read10xCounts works correctly for HDF5 counts, version < 3 ──
Error: BiocParallel errors
element index: 1
first error: Error in h5checktype(). Argument not of class H5IdComponent.
Backtrace:
█
1. └─DropletUtils::read10xCounts(tmph5) test-read10x.R:129:4
2. ├─BiocParallel::bplapply(...)
3. └─BiocParallel::bplapply(...)
── Error (test-read10x.R:155:5): read10xCounts works correctly for HDF5 counts, version >= 3 ──
Error: BiocParallel errors
element index: 1
first error: Error in h5checktype(). Argument not of class H5IdComponent.
Backtrace:
█
1. └─DropletUtils::read10xCounts(tmph5) test-read10x.R:155:4
2. ├─BiocParallel::bplapply(...)
3. └─BiocParallel::bplapply(...)
I somehow suspect if these tests are not compatible with rhdf5 version 2.36.0? (Latest in bioconductor)
Full log can be found here
Any hint/fix is really appreciated
The text was updated successfully, but these errors were encountered:
Nothing obvious comes to mind. The same tests pass fine on the BioC build machines for release and devel. And nothing has changed in the relevant function for 8 months.
Hi @LTLA
Thanks for your work on DropletUtils.
Actually, the corresponding package in Debian is failing with (version 1.12.2 and 1.12.3 both):
I somehow suspect if these tests are not compatible with rhdf5 version 2.36.0? (Latest in bioconductor)
Full log can be found here
Any hint/fix is really appreciated
The text was updated successfully, but these errors were encountered: