File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ but it must look like this:
41
41
42
42
:param params: Parameters.
43
43
:type params: :class: `~lmfit.parameter.Parameters `
44
- :param * args: Positional arguments. Must match ``args`` argument to :func:`minimize`.
45
- :param ** kws: Keyword arguments. Must match ``kws`` argument to :func:`minimize`.
44
+ :param args: Positional arguments. Must match ``args `` argument to :func: `minimize `.
45
+ :param kws: Keyword arguments. Must match ``kws `` argument to :func: `minimize `.
46
46
:return: Residual array (generally data-model) to be minimized in the least-squares sense.
47
47
:rtype: numpy.ndarray. The length of this array cannot change between calls.
48
48
@@ -327,8 +327,8 @@ used to abort a fit.
327
327
:type iter: int
328
328
:param resid: Residual array.
329
329
:type resid: numpy.ndarray
330
- :param * args: Positional arguments. Must match ``args`` argument to :func:`minimize`
331
- :param ** kws: Keyword arguments. Must match ``kws`` argument to :func:`minimize`
330
+ :param args: Positional arguments. Must match ``args `` argument to :func: `minimize `
331
+ :param kws: Keyword arguments. Must match ``kws `` argument to :func: `minimize `
332
332
:return: Residual array (generally data-model) to be minimized in the least-squares sense.
333
333
:rtype: None for normal behavior, any value like True to abort the fit.
334
334
You can’t perform that action at this time.
0 commit comments