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

Merge branch 'master' of https://git.ligo.org/rhys.green/bilby

parents a93dd6d8 d4ed4630
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, save=False)
sampler= 'PTMCMCsampler', Niter=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