Skip to content

Commit 97527cf

Browse files
committed
fix: lower min_cohort_size in pairwise fst test for small fixtures
Signed-off-by: Suhrid Marwah <suhridmarwah07@gmail.com>
1 parent e6127c2 commit 97527cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/anoph/test_fst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def test_pairwise_average_fst_with_min_cohort_size(fixture, api: AnophelesFstAna
297297
cohorts=cohorts,
298298
sample_sets=all_sample_sets,
299299
site_mask=site_mask,
300-
min_cohort_size=15,
300+
min_cohort_size=2,
301301
n_jack=random.randint(10, 200),
302302
)
303303

0 commit comments

Comments
 (0)