Skip to content
Snippets Groups Projects
Commit 44c3472b authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix minor bug in ptsampler

parent b9c37fdf
No related branches found
No related tags found
No related merge requests found
Pipeline #27522 passed
......@@ -925,6 +925,7 @@ class Ptemcee(Emcee):
total=self.nsteps):
pass
self.result.nburn = self.nburn
self.result.sampler_output = np.nan
self.result.samples = sampler.chain[0, :, self.nburn:, :].reshape(
(-1, self.ndim))
......
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