We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8021f8c commit 523ccccCopy full SHA for 523cccc
src/scanpy/tools/_score_genes.py
@@ -63,7 +63,6 @@ def _get_mean_rows(
63
return sums / counts
64
65
66
-@njit
67
def _sparse_nanmean(X: CSBase, axis: Literal[0, 1]) -> NDArray[np.float64]:
68
"""np.nanmean equivalent for sparse matrices."""
69
if not isinstance(X, CSBase):
0 commit comments