Skip to content

Commit

Permalink
(fix): remove string-array because it is not tested
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Jul 9, 2024
1 parent 4c398c3 commit d6fc8a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/anndata/_io/specs/lazy_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def make_dask_chunk(block_id: tuple[int, int]):
return da_mtx


@_LAZY_REGISTRY.register_read(H5Array, IOSpec("string-array", "0.2.0"))
@_LAZY_REGISTRY.register_read(H5Array, IOSpec("array", "0.2.0"))
def read_h5_array(
elem: H5Array,
Expand Down Expand Up @@ -183,7 +182,6 @@ def make_dask_chunk(block_id: tuple[int, int]):
)


@_LAZY_REGISTRY.register_read(ZarrArray, IOSpec("string-array", "0.2.0"))
@_LAZY_REGISTRY.register_read(ZarrArray, IOSpec("array", "0.2.0"))
def read_zarr_array(
elem: ZarrArray,
Expand Down

0 comments on commit d6fc8a4

Please sign in to comment.