Skip to content

Commit

Permalink
Improved test
Browse files Browse the repository at this point in the history
  • Loading branch information
earmingol committed Jan 13, 2024
1 parent 3c73e70 commit 46e2830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sccellfie/external/tests/test_tf_idf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_number_of_markers():


def test_fdr_filtering():
fdr = 0.05
fdr = 0.999999
adata = create_random_adata()
markers = quick_markers(adata, cluster_key='cluster', fdr=fdr)

Expand Down

0 comments on commit 46e2830

Please sign in to comment.