Skip to content

Commit

Permalink
Remove unnecessary print statement in AbstractData class
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacfomg committed Jan 15, 2024
1 parent 8b3bbb0 commit f6fafa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qibocal/auto/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ def to_npz(self, path):
path,
**{json.dumps(i): self.data[i] for i in self.data},
)
print({json.dumps(i): self.data[i] for i in self.data})

def _to_npz(self, path):
"""Helper function to use np.savez while converting keys into strings."""
Expand Down

0 comments on commit f6fafa5

Please sign in to comment.