Skip to content

Failing tests #76

@nileshpatra

Description

@nileshpatra

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions