Skip to content

Commit

Permalink
(fix): on disk dense not zarr
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Oct 22, 2024
1 parent 2e6bcfd commit 97f2755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anndata/_io/specs/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def read_elem_as_dask(
Note that the minor axis dimension must match the shape for sparse.
Defaults to `(1000, adata.shape[1])` for CSR sparse,
`(adata.shape[0], 1000)` for CSC sparse,
and the on-disk chunking otherwise for zarr.
and the on-disk chunking otherwise for dense.
Returns
-------
Expand Down

0 comments on commit 97f2755

Please sign in to comment.