Skip to content

Commit

Permalink
Add region_size for random_region_str in test_fst_gwss()
Browse files Browse the repository at this point in the history
  • Loading branch information
leehart committed Feb 3, 2025
1 parent 288d40c commit aa41bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/anoph/test_fst.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_fst_gwss(fixture, api: AnophelesFstAnalysis):
cohort1_query = f"country == {countries[0]!r}"
cohort2_query = f"country == {countries[1]!r}"
fst_params = dict(
region=fixture.random_region_str(),
region=fixture.random_region_str(region_size=5000),
sample_sets=all_sample_sets,
cohort1_query=cohort1_query,
cohort2_query=cohort2_query,
Expand Down

0 comments on commit aa41bbd

Please sign in to comment.