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

fix run_kombine test to use auto_burnin and a reasonable number of walkers for kombine sampling

parent d84e4d5d
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=2500, nwalkers=100, save=False)
iterations=1000, nwalkers=100, save=False, auto_burnin=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