Skip to content

Commit

Permalink
clean: Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Feb 20, 2024
1 parent d663c3e commit 7c9c04e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qibocal/protocols/characterization/flipping.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def _fit(data: FlippingData) -> FlippingResults:
/ 2
),
)
print(corrected_amplitudes)
fitted_parameters[qubit] = popt
amplitude_correction_factors[qubit] = (
float(signed_correction / np.pi * pi_pulse_amplitude),
Expand Down

0 comments on commit 7c9c04e

Please sign in to comment.