Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Dec 19, 2023
1 parent 09a432a commit 3b44d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scanpy/tests/test_highly_variable_genes.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def test_higly_variable_genes_compare_to_seurat_v3():
assert len(seu.intersection(df.index)) / 4000 > 0.95


@needs.skmisc
@needs("skmisc")
def test_higly_variable_genes_seurat_v3_warning():
pbmc = pbmc3k()[:200].copy()
sc.pp.log1p(pbmc)
Expand Down

0 comments on commit 3b44d11

Please sign in to comment.