Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Jan 29, 2024
1 parent 93cdb36 commit cba3eba
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 @@ -156,7 +156,7 @@ def test_num_processes_kwarg_concurrent_default(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 cba3eba

Please sign in to comment.