We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RV_dims
initial_values
For consistency with the changes introduced in #6281, I would rename:
model.initial_values
rvs_to_initial_values
_RV_dims
rvs_to_dims
Having clear consistent mapping names is very helpful for model transformations such as in pymc-devs/pymc-extras#91
Eventually we might add a helper model.replace_rv that takes care of these mappings, but this issue is just about normalizing names :)
model.replace_rv
The text was updated successfully, but these errors were encountered:
initvals
Successfully merging a pull request may close this issue.
For consistency with the changes introduced in #6281, I would rename:
model.initial_values
torvs_to_initial_values
_RV_dims
torvs_to_dims
(and loose the underscore prefix, since we don't have any model function to set those?)Having clear consistent mapping names is very helpful for model transformations such as in pymc-devs/pymc-extras#91
Eventually we might add a helper
model.replace_rv
that takes care of these mappings, but this issue is just about normalizing names :)The text was updated successfully, but these errors were encountered: