-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add tests to ppe #436
Add tests to ppe #436
Conversation
Minor change
Hi @aloctavodia , I think we can merge this PR, with the two tests and slight tweaks. I have opened a new issue #437 , I will be modifying the code and adding the tests for hierarchical models there itself(opening a new PR). |
Better to add the test now. Just write separate tests for these 3 models. The other hierarchical model can wait. normal_normal with pm.Model() as model: target = pz.Normal(mu=174, sigma=20) norma_normal_shape with pm.Model() as model: target = pz.Normal(mu=174, sigma=20) hierarchical with pm.Model(coords=coords) as model:
|
Closes #433
Description
ppe
.new_priors
in ppe.random_state
parameter to get a unique answer.Checklist