Skip to content
Snippets Groups Projects
Commit 65e796be authored by Virginia d'Emilio's avatar Virginia d'Emilio
Browse files

Additional comment on different samplers kwargs.

parent be9288b7
No related branches found
No related tags found
1 merge request!315detailed tutorial for open data
......@@ -86,8 +86,10 @@ likelihood = bilby.gw.likelihood.GravitationalWaveTransient(
# Implemented Samplers:
# LIST OF AVAILABLE SAMPLERS: Run -> bilby.sampler.implemented_samplers
npoints = 500 # number of live points for the MCMC
npoints = 500 # number of live points for the MCMC (dynesty)
sampler = 'dynesty'
# Different samplers can have different additional kwargs,
# visit https://lscsoft.docs.ligo.org/bilby/samplers.html for details.
result = bilby.run_sampler(
likelihood, prior, outdir=outdir, label=label,
......
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