Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
wcxve committed Mar 2, 2024
1 parent 6c26674 commit cf17541
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
python: "3.9"
jobs:
pre_build:
- sphinx-apidoc -e -o -T docs/apidoc src/elisa
- sphinx-apidoc -e -T -o docs/apidoc src/elisa

sphinx:
configuration: docs/conf.py
Expand Down
10 changes: 5 additions & 5 deletions src/elisa/infer/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ class BaseFit(ABC):
The likelihood option for the data and model. Available likelihood
options are:
* 'chi2' : Gaussian data
* 'cstat' : Poisson data
* 'pstat' : Poisson data with known background
* 'pgstat' : Poisson data with Gaussian background
* 'wstat' : Poisson data with Poisson background
* 'chi2': Gaussian data
* 'cstat': Poisson data
* 'pstat': Poisson data with known background
* 'pgstat': Poisson data with Gaussian background
* 'wstat': Poisson data with Poisson background
seed : int, optional
Random number generator seed. The default is 42.
Expand Down

0 comments on commit cf17541

Please sign in to comment.