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
A very basic test was introduced in #512, we should improve it. For instance, we should check that pz.posterior_to_prior(model, idata, alternative={"b": [pz.Gamma(mu=0)]}) returns a Gamma distribution for parameter "b" with the mu, sigma parametrization while pz.posterior_to_prior(model, idata, alternative="auto") returns the same but with the alpha, and beta parametrization.
The text was updated successfully, but these errors were encountered:
A very basic test was introduced in #512, we should improve it. For instance, we should check that
pz.posterior_to_prior(model, idata, alternative={"b": [pz.Gamma(mu=0)]})
returns a Gamma distribution for parameter "b" with the mu, sigma parametrization whilepz.posterior_to_prior(model, idata, alternative="auto")
returns the same but with the alpha, and beta parametrization.The text was updated successfully, but these errors were encountered: