Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo-Pedicillo committed Oct 11, 2023
1 parent 16c4f2e commit 23329e9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ def _plot(
),
)
)
print(np.round(fit.readout_frequency[qubit] * GHZ_TO_HZ, 0))
fitting_report = table_html(
table_dict(
qubit,
Expand All @@ -257,7 +256,6 @@ def _plot(
],
)
)
print(fitting_report)
fig.update_layout(
showlegend=False,
uirevision="0", # ``uirevision`` allows zooming while live plotting
Expand Down

0 comments on commit 23329e9

Please sign in to comment.