Skip to content
Snippets Groups Projects
Commit 43f576f5 authored by Bruce Edelman's avatar Bruce Edelman
Browse files

try autoburnin with kombine for sampler testing

parent 3d306193
No related branches found
No related tags found
1 merge request!704Resolve #430 (Add normalisation flag to constrained prior)
......@@ -563,7 +563,7 @@ class TestRunningSamplers(unittest.TestCase):
def test_run_kombine(self):
_ = bilby.run_sampler(
likelihood=self.likelihood, priors=self.priors, sampler='kombine',
iterations=2000, nwalkers=200, save=False)
iterations=2500, nwalkers=100, save=False, autoburnin=True)
def test_run_nestle(self):
_ = bilby.run_sampler(
......
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