From 5fee61b604baacc782b1f3fb695edd7b7de61852 Mon Sep 17 00:00:00 2001 From: Bruce Edelman <bruce.edelman@ligo.org> Date: Thu, 19 Mar 2020 12:26:33 -0700 Subject: [PATCH] fix run_kombine test to use auto_burnin and a reasonable number of walkers for kombine sampling --- test/sampler_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sampler_test.py b/test/sampler_test.py index 1bc4b5916..ea0d2e8da 100644 --- a/test/sampler_test.py +++ b/test/sampler_test.py @@ -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( -- GitLab