nxs-analysis-tools 0.0.34__py3-none-any.whl → 0.0.36__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of nxs-analysis-tools might be problematic. Click here for more details.

@@ -111,7 +111,8 @@ class LinecutModel:
111
111
  Parameters
112
112
  ----------
113
113
  model_components : Model or list of Models
114
- The model component(s) to be used for fitting, which will be combined into a CompositeModel.
114
+ The model component(s) to be used for fitting,
115
+ which will be combined into a CompositeModel.
115
116
  """
116
117
 
117
118
  # If the model only has one component, then use it as the model