Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove error suppression by ChainManager in case of pickling failure #24

Merged
merged 1 commit into from Dec 3, 2021

Conversation

ewoudwempe
Copy link
Contributor

Hi, thanks for this great sampler!
I was having trouble getting my sampling to work with MPI, everything seemed to run fine, but I got no output. The reason was that my likelihood function was unpickleable, but that was a bit hard to track down, because the pickling errors were suppressed by the ChainManager. So here is a PR to no longer suppress these exceptions. Or if there is a good reason for it, or a better solution, then feel free to close this.

@minaskar
Copy link
Owner

minaskar commented Dec 3, 2021

That looks good, I'm merging the pr.

Thanks

@minaskar minaskar merged commit 76ae77d into minaskar:master Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants