Skip to content

Commit 6249825

Browse files
committed
Fix test gsea assertion error
1 parent 1fbce1f commit 6249825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mt/test_gsea.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_func_gsea(
9898
permutation_num=times,
9999
permutation_type="gene_set",
100100
outdir=None,
101-
min_size=0,
101+
min_size=1,
102102
threads=4,
103103
seed=seed,
104104
).res2d

0 commit comments

Comments
 (0)