Skip to content

Commit 8c71a8a

Browse files
Update qiskit_experiments/curve_analysis/fit_models.py
Co-authored-by: Daniel J. Egger <[email protected]>
1 parent 6bb17ce commit 8c71a8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qiskit_experiments/curve_analysis/fit_models.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ def __init__(
108108
fit_models = [fit_models]
109109
self._fit_models = fit_models
110110

111-
# Create signature of this fit model, i.e. this will be signature of scipy fit function.
112-
# The curves comprising this model may have different signatures.
113-
# The signature of this fit model is union of parameters in all curves.
111+
# Create the signature of the fit model, i.e. the signature of `__call__` for scipy.
112+
# The individual curves comprising this model may have different signatures.
113+
# The signature of this fit model is the union of the parameters in all curves.
114114
# This is order preserving since this affects the index of ``popt`` that scipy fitter
115115
# returns, which appears as @Parameters entry of curve analysis as-is.
116116
union_params = []

0 commit comments

Comments
 (0)