Skip to content
Snippets Groups Projects
Commit 17900b45 authored by moritz's avatar moritz
Browse files

Moritz Huebner: Some minor change

parent a46e4f9b
No related branches found
No related tags found
1 merge request!13Source reimplementation
......@@ -66,7 +66,7 @@ prior.mass_2 = peyote.parameter.Parameter('mass_2', prior=peyote.prior.Uniform(l
# result = peyote.sampler.run_sampler(likelihood, prior, sampler='dynesty', npoints=100, print_progress=True)
sampler = peyote.sampler.Dynesty(likelihood, prior, outdir='outdir', label='label')
sampler = peyote.sampler.Nestle(likelihood, prior, outdir='outdir', label='label')
result = sampler.run_sampler()
print(result.samples)
......
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