Skip to content

Commit

Permalink
Update qiskit_experiments/curve_analysis/fit_models.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel J. Egger <[email protected]>
  • Loading branch information
nkanazawa1989 and eggerdj authored Mar 15, 2022
1 parent 11c3d10 commit 8d75cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_experiments/curve_analysis/fit_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class FitModel(ABC):
This class ties together the fit function and associated parameter names to
perform correct parameter mapping among multiple objective functions with different signatures,
in which some parameters may be excluded from the fitting when they are fixed.
in which some parameters may be excluded from the fitting when their values are fixed.
Examples:
Expand Down

0 comments on commit 8d75cdd

Please sign in to comment.