Skip to content

Commit

Permalink
Fix missing call of umap calculation in test label transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpeidli committed Sep 30, 2024
1 parent db24e81 commit 8660301
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def test_label_transfer():
ps.label_transfer(adata)

sc.pp.neighbors(adata, use_rep="X")
sc.tl.umap(adata)
ps = pt.tl.PseudobulkSpace()
ps.label_transfer(adata)
assert "unknown" not in adata.obs["perturbation"]
Expand Down

0 comments on commit 8660301

Please sign in to comment.