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

removing print statement which shows starting point

parent fd61002f
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,6 @@ class PTMCMCSampler(MCMCSampler):
self.custom_proposals[proposal][1])
else:
pass
print(self.p0)
sampler.sample(p0=self.p0, **sampler_kwargs)
# The next bit is very hacky, the ptmcmc writes the samples and
......
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