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

Remove print statement in test #752

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading