Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Aug 15, 2024
1 parent 6255ac3 commit d2736c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_noise_learner.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_learner_plus_estimator(self, service): # pylint: disable=unused-argume

estimator_job = estimator.run(pubs)
result = estimator_job.result()

noise_model_metadata = result.metadata["resilience"]["layer_noise_model"]
for x, y in zip(noise_model, noise_model_metadata):
self.assertEqual(x.circuit, y.circuit)
Expand Down

0 comments on commit d2736c7

Please sign in to comment.