Skip to content
Snippets Groups Projects
Commit fb68b37e authored by Rhys Green's avatar Rhys Green
Browse files

changing test so that some samples are actually saved)

parent 82357f90
No related branches found
No related tags found
1 merge request!322Adding PTMCMC sampler
......@@ -441,7 +441,8 @@ class TestRunningSamplers(unittest.TestCase):
def test_run_PTMCMCSampler(self):
_ = bilby.run_sampler(
likelihood=self.likelihood, priors=self.priors,
sampler= 'PTMCMCsampler', Niter=100, save=False)
sampler= 'PTMCMCsampler', Niter=100, burn =2,
isave = 100 ,save=False)
if __name__ == '__main__':
......
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