mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
bug in fit general fixed
This commit is contained in:
parent
d63c749a17
commit
b514bdee67
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ def ks_test(obs=None):
|
|||
print(scipy.stats.kstest(Qs, 'uniform'))
|
||||
|
||||
|
||||
def fit_general(x, y, func, silent=silent, **kwargs):
|
||||
def fit_general(x, y, func, silent=False, **kwargs):
|
||||
"""Performs a non-linear fit to y = func(x) and returns a list of Obs corresponding to the fit parameters.
|
||||
|
||||
Plausibility of the results should be checked. To control the numerical differentiation
|
||||
|
|
Loading…
Add table
Reference in a new issue