Skip to content
Snippets Groups Projects
Commit 4d1caf82 authored by moritz's avatar moritz
Browse files

Moritz Huebner: Added call to superclass in Dynesty __init__

parent 03cc9ff7
No related branches found
No related tags found
1 merge request!13Source reimplementation
......@@ -64,7 +64,9 @@ prior.mass_1 = peyote.parameter.Parameter('mass_1', prior=peyote.prior.Uniform(l
prior.mass_2 = peyote.parameter.Parameter('mass_2', prior=peyote.prior.Uniform(lower=28, upper=30),
latex_label='$m_2$')
result = peyote.sampler.run_sampler(likelihood, prior, sampler='dynesty', npoints=100, print_progress=True)
# result = peyote.sampler.run_sampler(likelihood, prior, sampler='dynesty', npoints=100, print_progress=True)
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