Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle scalar datasets too (scverse#2344)
* Handle scalar datasets too After @ivirshup's pytables PR (scverse#2064) we started having issues with loading h5 files with scalar datasets, such as those created by CellBender (broadinstitute/CellBender#128). It is currently not an issue for the 10X h5 files for now since they don't have any scalars, however it'd be good to just handle scalars as well as arrays 1- to fix the cellbender file loading problem 2- to fix potential problems we might end up having if 10X h5 format includes scalar datasets. * Add a scalar to the multiple_genomes.h5 test file * Fixes scverse#2203
- Loading branch information