Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
doichanj committed Oct 31, 2023
1 parent a60a41b commit f1bd9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/terra/backends/aer_simulator/test_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_readout_noise_without_basis_gates(self, method, device):
backend.set_options(noise_model=noise_model)
circ = QuantumCircuit(1, 1)
circ.reset(0)
circ.measure(0,0)
circ.measure(0, 0)
circ = transpile(circ, backend)
result = backend.run(circ, shots=1).result()
self.assertSuccess(result)
Expand Down

0 comments on commit f1bd9aa

Please sign in to comment.