* Bug fixes and documentation update.

This commit is contained in:
Wirawan Purwanto
2015-05-28 17:20:34 -04:00
parent 56b5d9ed05
commit 78c638a371
4 changed files with 12 additions and 5 deletions

View File

@@ -490,7 +490,7 @@ class fit_func_base(object):
leastsq=dict(xtol=1e-8, epsfcn=1e-6),
)
fit_default_opts["lmfit:leastsq"] = dict(xtol=1e-8, epsfcn=1e-6)
debug = 1
debug = 0
dbg_params = 1
fit_method = 'fmin'
fit_opts = fit_default_opts