-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Sampling from model with LKJCholeskyCov raises ValueError #5441
Comments
There are other problems with that notebook due to #5440 but the error you are getting is because the shape of the |
Makes sense. Should we eventually be able to broadcast a scalar |
@fonnesbeck Better error message is definitely useful. We should not broadcast the scalar |
Since we are not using |
Actually we use the sd_dist, to know what logp term to include with Anyway we can easily work around that. |
Description of your problem
In the process of trying to update the LKJ notebook in the examples following the merge of #5382, I am unable to get sampling to run. The model fails with
ValueError: cannot reshape array of size 1 into shape (1,2)
during initialization.Please provide the full traceback.
Complete error traceback
Please provide any additional information below.
Versions and main components
The text was updated successfully, but these errors were encountered: