Skip to content

Commit

Permalink
delete print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
austingmhuang committed Jul 10, 2024
1 parent 859e919 commit b7b45c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_base_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ def test_tracker_single_tape(self):
assert np.allclose(
qiskit_dev.tracker.history["results"], dev.tracker.history["results"], atol=0.1
)

assert np.shape(qiskit_dev.tracker.history["results"]) == np.shape(
dev.tracker.history["results"]
)
Expand Down

0 comments on commit b7b45c6

Please sign in to comment.