Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
remove print statement in test (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Oct 17, 2023
1 parent 9e07cff commit 45d5d61
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/test_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def test_np_number(self):
shots = 100
result = self.sim_backend.run(self.bell, shots=np.int64(shots)).result()
self.assertEqual(result.results[0].shots, shots)
print(result.results[0])


def _find_potential_encoded(data: Any, c_key: str, tally: set) -> None:
Expand Down

0 comments on commit 45d5d61

Please sign in to comment.