Skip to content
Snippets Groups Projects
Commit 7aaab5fe authored by Matthew David Pitkin's avatar Matthew David Pitkin
Browse files

linear_regression_pymc3.py: use draws kwarg

parent cd59aab3
No related branches found
No related tags found
1 merge request!139Add PyMC3 sampler
......@@ -59,5 +59,5 @@ priors['c'] = tupak.core.prior.Uniform(-2, 2, 'c')
result = tupak.run_sampler(
likelihood=likelihood, priors=priors, sampler='pymc3',
injection_parameters=injection_parameters, outdir=outdir,
nsamples=2000, label=label)
draws=2000, label=label)
result.plot_corner()
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