From ca855a57e242ca9f7a24f2894fc6ac91d80fe0aa Mon Sep 17 00:00:00 2001 From: Chang Sun Date: Tue, 28 Nov 2023 01:19:17 -0800 Subject: [PATCH] less test sample size variants --- test/test_syn_players.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_syn_players.py b/test/test_syn_players.py index 95f1c28..57bbfed 100644 --- a/test/test_syn_players.py +++ b/test/test_syn_players.py @@ -85,7 +85,7 @@ def parallel_avg_pool_cond(a, b): "PFlatten()", ] ) -@pytest.mark.parametrize("N", [1000, 10]) +@pytest.mark.parametrize("N", [1000]) @pytest.mark.parametrize("rnd_strategy", ['auto', 'standard_round', 'floor']) @pytest.mark.parametrize("io_type", ['io_parallel', 'io_stream']) @pytest.mark.parametrize("cover_factor", [0.5, 1.0])