From d4ed463000bfca06aad6753a7d28b6778f172a6c Mon Sep 17 00:00:00 2001
From: Rhys Green <rhys.green@ligo.org>
Date: Thu, 10 Jan 2019 14:33:04 -0600
Subject: [PATCH] fixing typo

---
 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 a2b76a4ab..7ee7c4b00 100644
--- a/test/sampler_test.py
+++ b/test/sampler_test.py
@@ -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__':
-- 
GitLab