-
Notifications
You must be signed in to change notification settings - Fork 38
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
Possible broadcasting bug in version 2.1.1 #36
Comments
I am not up to speed on recent changes. @AaronDJohnson, @paulthebaker any help here? |
It looks like my |
The issue is that normally The question is what should be done in this scenario. There are two options that I think are viable: thin the extra samples from AMbuffer so that they fit in the smaller DEbuffer, or require @paulthebaker what do you think? |
Hi @AaronDJohnson , I see, thanks for checking this! Honestly as I said, I was testing just a super simple toy model problem just to verify I had set everything up correctly and to see if the sampler was working. So I had very low values for the burn and number of iterations because I just wanted it to finish quickly. In my real-world problem that I'm building up to these will very likely be much larger and will probably naturally meet the That said, I'll leave it to you guys to decide how best to adjust for this small bug, but honestly one option is to simply add to the docstring a notation that |
I'd say just add a check and raise a |
I noticed that I'm getting a new broadcasting error message which I think coincides with the recent version update to PTMCMCSampler. I wrote a very simple toy model problem with only three parameters, and I do not get the following error when using version 2.0.0. However, when using 2.1.1, the following bit of code:
Now returns the following error message:
The text was updated successfully, but these errors were encountered: