Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Mar 6, 2024
1 parent 1cb69c9 commit d81f28e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_transpiler_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ def test_sabre_random_circuits(n_gates, look, decay, placer, connectivity):
final_map=final_qubit_map,
initial_map=initial_layout,
)
circuit_result = transpiled_circuit.execute(nshots=100)
assert circuit_result.frequencies() == measurement.result.frequencies()
assert transpiled_circuit.queue[-1].result is measurement.result


Expand Down

0 comments on commit d81f28e

Please sign in to comment.