joshspeagle / dynesty

Dynamic Nested Sampling package for computing Bayesian posteriors and evidences
https://dynesty.readthedocs.io/
MIT License
347 stars 76 forks source link

Add an additional catch for cases where the logwt is close to infinity #161

Closed GregoryAshton closed 4 years ago

GregoryAshton commented 4 years ago

If the logwt is too large, warning messages are produced by the logsumexp terms. This stops that from occuring.

joshspeagle commented 4 years ago

Looks good to me. Merging this in.