From 048c925f6174fc89389b015c7b766085823caeea Mon Sep 17 00:00:00 2001 From: nate stemen Date: Fri, 20 Dec 2024 10:52:29 -0800 Subject: [PATCH] increase num_trials testing --- mitiq/ddd/tests/test_ddd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitiq/ddd/tests/test_ddd.py b/mitiq/ddd/tests/test_ddd.py index 73ca08b64..7995ce8e9 100644 --- a/mitiq/ddd/tests/test_ddd.py +++ b/mitiq/ddd/tests/test_ddd.py @@ -233,7 +233,7 @@ def exec_xx_small_spacing(circuit): assert not np.isclose(mitigated_large_spacing, mitigated_small_spacing) -@mark.parametrize("num_trials", [1, 3, 5]) +@mark.parametrize("num_trials", [1, 10, 20, 30]) def test_num_trials_generates_circuits(num_trials: int): """Test that the number of generated circuits follows num_trials."""