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

fixing typo

parent fd61002f
No related branches found
No related tags found
No related merge requests found
......@@ -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