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

typo : ) ...

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