Skip to content

Commit

Permalink
doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jan 23, 2025
1 parent 2ecc1c1 commit b127a51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
style = numpy
check-return-types = False
exclude = docs
extend-ignore = E501,F401,E128,E231,E124,SIM114,DOC105,DOC106,DOC107,DOC301,DOC501,DOC503,DOC203,B006,SIM102,SIM113,DOC202
extend-ignore = E501,F401,E128,E231,E124,SIM114,DOC105,DOC106,DOC107,DOC301,DOC501,DOC503,DOC203,B006,SIM102,SIM113,DOC202,DOC403,DOC404
per-file-ignores =
ultranest/plot.py: B006
ultranest/integrator.py: B006
Expand Down
4 changes: 0 additions & 4 deletions ultranest/calibrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,13 @@ def __init__(self,
Parameters
----------
param_names: list of str
Names of the parameters.
Length gives dimensionality of the sampling problem.
loglike: function
log-likelihood function.
transform: function
parameter transform from unit cube to physical parameters.
kwargs: dict
further arguments passed to ReactiveNestedSampler.
if `log_dir` is set, then the suffix `-nsteps%d` is added for each
Expand Down

0 comments on commit b127a51

Please sign in to comment.