Skip to content

Commit

Permalink
(fix): hahahahaha actually return!
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Dec 14, 2023
1 parent f9b9b51 commit 6622ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anndata/_core/sparse_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def append(self, sparse_matrix: ss.spmatrix):

@cached_property
def indptr(self):
self.group["indptr"][...]
return self.group["indptr"][...]

def _to_backed(self) -> BackedSparseMatrix:
format_class = get_backed_class(self.format)
Expand Down

0 comments on commit 6622ba5

Please sign in to comment.