Skip to content

Commit

Permalink
pytorch test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Mar 8, 2024
1 parent 2c30eb5 commit ff698e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models_circuit_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit ff698e3

Please sign in to comment.