Skip to content

Commit b05c278

Browse files
authored
Merge pull request #337 from pedrocastillorosique/patch-1
Resolve leiden.py bug
2 parents d951ee9 + e610f43 commit b05c278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stlearn/tl/clustering/leiden.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from scipy.sparse import spmatrix
88

99

10-
def louvain(
10+
def leiden(
1111
adata: AnnData,
1212
resolution: float | None = None,
1313
random_state: int | RandomState | None = 0,

0 commit comments

Comments
 (0)