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

more flake8 stuff.....

parent e717866d
No related branches found
No related tags found
1 merge request!322Adding PTMCMC sampler
......@@ -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:
......
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