Skip to content

Commit

Permalink
Fix test conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhartman committed Jan 29, 2024
1 parent cba3eba commit 72d1dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/compiler/test_transpiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2344,7 +2344,7 @@ def test_parallel_num_processes_kwarg(self, num_processes):
qc.h(0)
qc.cx(0, 1)
qc.measure_all()
target = FakeMumbaiV2().target
target = GenericBackendV2(num_qubits=27).target
res = transpile([qc] * 3, target=target, num_processes=num_processes)
self.assertIsInstance(res, list)
for circ in res:
Expand Down

0 comments on commit 72d1dee

Please sign in to comment.