From 25e7874b2a44546725c00e30b6c0d7f32f42d0d0 Mon Sep 17 00:00:00 2001 From: "rhys.green" <rhys.green@ligo.org> Date: Thu, 10 Jan 2019 18:59:14 +0000 Subject: [PATCH] more flake8 stuff..... --- bilby/core/sampler/ptmcmc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bilby/core/sampler/ptmcmc.py b/bilby/core/sampler/ptmcmc.py index 92647c6cb..45e75bb35 100644 --- a/bilby/core/sampler/ptmcmc.py +++ b/bilby/core/sampler/ptmcmc.py @@ -167,7 +167,7 @@ class PTMCMCSampler(MCMCSampler): if self.custom_proposals is not None: for proposal in self.custom_proposals: print('adding ' + str(proposal) + ' to proposals with weight:' + - str(self.custom_proposals[proposal][1])) + str(self.custom_proposals[proposal][1])) sampler.addProposalToCycle(self.custom_proposals[proposal][0], self.custom_proposals[proposal][1]) else: -- GitLab