Skip to content

Commit

Permalink
Merge pull request #16 from Ann-Holmes/patch-1
Browse files Browse the repository at this point in the history
Fix bug: _combine_by_cluster
  • Loading branch information
mbernste authored Apr 2, 2022
2 parents bc2192a + 4248ed3 commit 7d37581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cello/cello.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def _raw_probabilities(
""".format(clust_key)
)

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

0 comments on commit 7d37581

Please sign in to comment.