File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
qiskit_experiments/curve_analysis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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  =  []
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments