Skip to content

Commit 7f879d2

Browse files
committed
reduce window_size
1 parent fcc77db commit 7f879d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/anoph/test_xpehh.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_xpehh_gwss(fixture, api: AnophelesXpehhAnalysis):
8484
sample_sets=sample_set,
8585
cohort1_query=cohort1_query,
8686
cohort2_query=cohort2_query,
87-
window_size=10,
87+
window_size=5,
8888
min_cohort_size=2,
8989
)
9090

@@ -152,7 +152,7 @@ def test_plot_xpehh_gwss_track(fixture, api: AnophelesXpehhAnalysis):
152152
sample_sets=sample_set,
153153
cohort1_query=cohort1_query,
154154
cohort2_query=cohort2_query,
155-
window_size=10,
155+
window_size=5,
156156
min_cohort_size=2,
157157
show=False,
158158
)
@@ -183,7 +183,7 @@ def test_plot_xpehh_gwss(fixture, api: AnophelesXpehhAnalysis):
183183
sample_sets=sample_set,
184184
cohort1_query=cohort1_query,
185185
cohort2_query=cohort2_query,
186-
window_size=10,
186+
window_size=5,
187187
min_cohort_size=2,
188188
show=False,
189189
)

0 commit comments

Comments
 (0)