From ff698e3426673611bbfb4c9e19162223944d611f Mon Sep 17 00:00:00 2001 From: Renato Mello Date: Fri, 8 Mar 2024 10:12:16 +0400 Subject: [PATCH] pytorch test --- tests/test_models_circuit_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_models_circuit_features.py b/tests/test_models_circuit_features.py index fee6d92992..2fb310bfea 100644 --- a/tests/test_models_circuit_features.py +++ b/tests/test_models_circuit_features.py @@ -332,7 +332,7 @@ def test_repeated_execute_probs_and_freqs(backend, nqubits): test_frequencies = ( Counter({"1": 817, "0": 207}) if nqubits == 1 - else Counter({"11": 664, "01": 162, "10": 144, "00": 35}) + else Counter({"11": 664, "01": 162, "10": 166, "00": 32}) ) else: test_frequencies = (