Skip to content

Commit 7d37581

Browse files
authored
Merge pull request #16 from Ann-Holmes/patch-1
Fix bug: _combine_by_cluster
2 parents bc2192a + 4248ed3 commit 7d37581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cello/cello.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def _raw_probabilities(
426426
""".format(clust_key)
427427
)
428428

429-
ad_clust = _combine_by_cluster(ad)
429+
ad_clust = _combine_by_cluster(ad, clust_key=clust_key)
430430
# If there's only one cluster, expand dimensions of expression
431431
# matrix. AnnData shrinks it, so we need to keep it as a Numpy
432432
# array.

0 commit comments

Comments
 (0)