From 64017872997e35c5eb35df84cb3c732f809c67d8 Mon Sep 17 00:00:00 2001 From: szhan Date: Fri, 21 Jun 2024 13:57:01 +0100 Subject: [PATCH] Modify test parameters --- tests/test_api_fb_haploid.py | 2 +- tests/test_api_vit_haploid.py | 2 +- tests/test_nontree_fb_haploid.py | 2 +- tests/test_nontree_vit_haploid.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_api_fb_haploid.py b/tests/test_api_fb_haploid.py index 058c575..7238283 100644 --- a/tests/test_api_fb_haploid.py +++ b/tests/test_api_fb_haploid.py @@ -62,7 +62,7 @@ def test_ts_simple_n10_no_recomb(self, scale_mutation_rate, include_ancestors): ts = self.get_ts_simple_n10_no_recomb() self.verify(ts, scale_mutation_rate, include_ancestors) - @pytest.mark.parametrize("num_samples", [4, 8, 16, 32]) + @pytest.mark.parametrize("num_samples", [8, 16, 32]) @pytest.mark.parametrize("scale_mutation_rate", [True, False]) @pytest.mark.parametrize("include_ancestors", [True, False]) def test_ts_simple(self, num_samples, scale_mutation_rate, include_ancestors): diff --git a/tests/test_api_vit_haploid.py b/tests/test_api_vit_haploid.py index 1b737a6..c45e27d 100644 --- a/tests/test_api_vit_haploid.py +++ b/tests/test_api_vit_haploid.py @@ -42,7 +42,7 @@ def test_ts_simple_n10_no_recomb(self, scale_mutation_rate, include_ancestors): ts = self.get_ts_simple_n10_no_recomb() self.verify(ts, scale_mutation_rate, include_ancestors) - @pytest.mark.parametrize("num_samples", [4, 8, 16, 32]) + @pytest.mark.parametrize("num_samples", [8, 16, 32]) @pytest.mark.parametrize("scale_mutation_rate", [True, False]) @pytest.mark.parametrize("include_ancestors", [True, False]) def test_ts_simple(self, num_samples, scale_mutation_rate, include_ancestors): diff --git a/tests/test_nontree_fb_haploid.py b/tests/test_nontree_fb_haploid.py index 9c64ec6..7f76a0f 100644 --- a/tests/test_nontree_fb_haploid.py +++ b/tests/test_nontree_fb_haploid.py @@ -33,7 +33,7 @@ def test_ts_simple_n10_no_recomb(self, scale_mutation_rate, include_ancestors): ts = self.get_ts_simple_n10_no_recomb() self.verify(ts, scale_mutation_rate, include_ancestors) - @pytest.mark.parametrize("num_samples", [4, 8, 16, 32]) + @pytest.mark.parametrize("num_samples", [8, 16, 32]) @pytest.mark.parametrize("scale_mutation_rate", [True, False]) @pytest.mark.parametrize("include_ancestors", [True, False]) def test_ts_simple(self, num_samples, scale_mutation_rate, include_ancestors): diff --git a/tests/test_nontree_vit_haploid.py b/tests/test_nontree_vit_haploid.py index 63e0e97..93bd7a5 100644 --- a/tests/test_nontree_vit_haploid.py +++ b/tests/test_nontree_vit_haploid.py @@ -85,7 +85,7 @@ def test_ts_simple_n10_no_recomb(self, scale_mutation_rate, include_ancestors): ts = self.get_ts_simple_n10_no_recomb() self.verify(ts, scale_mutation_rate, include_ancestors) - @pytest.mark.parametrize("num_samples", [4, 8, 16, 32]) + @pytest.mark.parametrize("num_samples", [8, 16, 32]) @pytest.mark.parametrize("scale_mutation_rate", [True, False]) @pytest.mark.parametrize("include_ancestors", [True, False]) def test_ts_simple(self, num_samples, scale_mutation_rate, include_ancestors):