Skip to content
Snippets Groups Projects

Improve ptemcee

Merged Gregory Ashton requested to merge improve-ptemcee into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -146,7 +146,7 @@ class Ptemcee(MCMCSampler):
tau = self.safety * np.mean(taus)
if np.isnan(tau) or np.isinf(tau):
logger.info("{} | Unable to use tau={}".format(sampler.time, tau))
print("{} | Unable to use tau={}".format(sampler.time, tau), flush=True)
continue
# Convert to an integer and store for plotting
Loading