Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmckayibm committed Sep 28, 2024
1 parent f72b1c0 commit baeb0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/library/calibration/test_fine_amplitude.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_xp(self):
self.assertTrue(circs[1].data[0].operation.name == "x")

for idx, circ in enumerate(circs[2:]):
self.assertTrue(circ.data[0][0].name == "sx")
self.assertTrue(circ.data[0].operation.name == "sx")
self.assertEqual(circ.count_ops().get("x", 0), idx + 1)

def test_x90p(self):
Expand Down

0 comments on commit baeb0da

Please sign in to comment.