Skip to content
Snippets Groups Projects
Commit f68a2ee5 authored by Colm Talbot's avatar Colm Talbot
Browse files

update docstring

parent e8cf8c0c
No related branches found
No related tags found
No related merge requests found
......@@ -517,10 +517,10 @@ def run_sampler(likelihood, priors=None, label='label', outdir='outdir',
Parameters
----------
likelihood: `tupak.GravitationalWaveTransient`
A `GravitationalWaveTransient` instance
priors: dict
A dictionary of the priors for each parameter - missing parameters will
likelihood: `tupak.Likelihood`
A `Likelihood` instance
priors: `tupak.PriorSet`
A PriorSet/dictionary of the priors for each parameter - missing parameters will
use default priors, if None, all priors will be default
label: str
Name for the run, used in output files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment