Skip to content

Commit

Permalink
examples/rabi_flop_fit: Fix error bar data
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadlinger authored and oitg-bulldozer[bot] committed Jan 16, 2022
1 parent e4e3595 commit a1bb524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rabi_flop_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def _analyse_time_scan(self, axis_values, result_values, analysis_results):
x, y, y_err, evaluate_function=True, evaluate_n=100)

analysis_results["t_pi"].push(fit_results["t_pi"])
analysis_results["t_pi_err"].push(fit_results["t_pi"])
analysis_results["t_pi_err"].push(fit_errs["t_pi"])
analysis_results["fit_xs"].push(fit_xs)
analysis_results["fit_ys"].push(fit_ys)

Expand Down

0 comments on commit a1bb524

Please sign in to comment.