Skip to content

Commit

Permalink
Minor fix for variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
nkanazawa1989 committed Nov 17, 2023
1 parent 4aa8505 commit 9dca9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_experiments/curve_analysis/curve_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def _format_data(
averaged["xval"] = xv
averaged["yval"] = avg_yval
averaged["yerr"] = avg_yerr
averaged["name"] = g_dict["name"][0]
averaged["name"] = data_name
averaged["class_id"] = model_id
averaged["shots"] = shots
formatted.append(list(averaged.values()))
Expand Down

0 comments on commit 9dca9fc

Please sign in to comment.