You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by the "fixed_pars_priors", which throws an error if there are no fixed parameters. We should add a condition to execute this only if fixed parameters exist
The text was updated successfully, but these errors were encountered:
I have already fixed this on the bugfix branch, but I noticed that we don't have a default prior for mu, and that if users predict mu, it gets the default brms prior, which turns out it's quite strange for the von_mises distributions - paul-buerkner/brms#1631
Before adding a pull request, I will see if I can add default priors for the mu parameters in our models. I suspect this might require some adjustments to ensure that they do not overwrite the constant priors when they are fixed by default.
After #152, a new bug appears if we try to predict all parameters of a model and none are left fixed:
If at least one parameter is fixed to a constant it works fine:
This is caused by the "fixed_pars_priors", which throws an error if there are no fixed parameters. We should add a condition to execute this only if fixed parameters exist
The text was updated successfully, but these errors were encountered: