Skip to content

Commit

Permalink
remove double test (#454)
Browse files Browse the repository at this point in the history
Co-authored-by: Yael Ben-Haim <yaelbh@il.ibm.com>
  • Loading branch information
dekelmeirom and yaelbh authored Oct 24, 2021
1 parent 80d4482 commit 11a254b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quantum_volume/test_qv.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_qv_circuits_length(self):
and the amount of qubits in each circuit
"""

qubits_lists = [3, [0, 1, 2], [0, 1, 2, 4]]
qubits_lists = [[0, 1, 2], [0, 1, 2, 4]]
ntrials = [2, 3, 5]

for qubits in qubits_lists:
Expand Down

0 comments on commit 11a254b

Please sign in to comment.