Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing tests #76

Open
nileshpatra opened this issue Sep 27, 2021 · 1 comment
Open

Failing tests #76

nileshpatra opened this issue Sep 27, 2021 · 1 comment

Comments

@nileshpatra
Copy link

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):

> 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

@LTLA
Copy link
Collaborator

LTLA commented Sep 28, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants