Skip to content

Commit 523cccc

Browse files
committed
correct jit docorators
1 parent 8021f8c commit 523cccc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scanpy/tools/_score_genes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def _get_mean_rows(
6363
return sums / counts
6464

6565

66-
@njit
6766
def _sparse_nanmean(X: CSBase, axis: Literal[0, 1]) -> NDArray[np.float64]:
6867
"""np.nanmean equivalent for sparse matrices."""
6968
if not isinstance(X, CSBase):

0 commit comments

Comments
 (0)