Skip to content

Commit

Permalink
Fixed the 'celltyep_key' error of ov.pl.cpdb_group_heatmap #109
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlitnightly committed Jul 17, 2024
1 parent 975d2e1 commit a6554b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/single/test_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_pp():
adata=ov.pp.preprocess(adata,mode='shiftlog|pearson',n_HVGs=2000,)
ov.pp.scale(adata)
#ov.pp.pca(adata,layer='scaled',n_pcs=50)
assert adata.layer['scaled'] is not None
assert adata.layers['scaled'] is not None


def test_anno():
Expand Down

0 comments on commit a6554b1

Please sign in to comment.