Skip to content

Commit a1ebac9

Browse files
committed
test: add chunks and inline_array to multi-cohort parameter forwarding test
1 parent e1a37a1 commit a1ebac9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/anoph/test_h12.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def test_h12_gwss_multi_with_analysis(fixture, api: AnophelesH12Analysis):
331331

332332

333333
@parametrize_with_cases("fixture,api", cases=".")
334-
def test_h12_gwss_multi_with_sample_query_options(fixture, api: AnophelesH12Analysis):
334+
def test_h12_gwss_multi_param_forwarding(fixture, api: AnophelesH12Analysis):
335335
"""Verify sample_query_options, chunks, and inline_array are
336336
forwarded through multi-cohort H12 plotting functions."""
337337
all_sample_sets = api.sample_sets()["sample_set"].to_list()
@@ -347,6 +347,8 @@ def test_h12_gwss_multi_with_sample_query_options(fixture, api: AnophelesH12Anal
347347
min_cohort_size=1,
348348
cohorts={"cohort1": cohort1_query, "cohort2": cohort2_query},
349349
sample_query_options={"engine": "python"},
350+
chunks="auto",
351+
inline_array=False,
350352
)
351353

352354
# Test multi-overlay — should not raise.

0 commit comments

Comments
 (0)