Skip to content

Commit

Permalink
Update anndata/_io/specs/methods.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ivirshup authored Feb 27, 2024
1 parent 49d3a90 commit 5da3c61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion anndata/_io/specs/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ def as_int64_indices(x):
x.indices = x.indices.astype(np.int64, copy=False)
return x

Check warning on line 569 in anndata/_io/specs/methods.py

View check run for this annotation

Codecov / codecov/patch

anndata/_io/specs/methods.py#L566-L569

Added lines #L566 - L569 were not covered by tests

# elem = elem.map_blocks(with_int64_indptr, dtype=elem.dtype)
if sparse_format == "csr":
axis = 0
elif sparse_format == "csc":
Expand Down

0 comments on commit 5da3c61

Please sign in to comment.