Skip to content

Commit

Permalink
Merge pull request #47 from mpadge/patch-1
Browse files Browse the repository at this point in the history
Update timeout in docs from 10 to 30 seconds
  • Loading branch information
cokelaer authored Apr 4, 2022
2 parents cf222aa + 970e759 commit 47f2fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fitter/fitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class Fitter(object):
:attr:`distributions` with a subset if you want. In order to reload all distributions,
call :meth:`load_all_distributions`.
Some distributions do not converge when fitting. There is a timeout of 10 seconds after which
Some distributions do not converge when fitting. There is a timeout of 30 seconds after which
the fitting procedure is cancelled. You can change this :attr:`timeout` attribute if needed.
If the histogram of the data has outlier of very long tails, you may want to increase the
Expand Down

0 comments on commit 47f2fb5

Please sign in to comment.