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
Now that random draws are done by Aesara, we might not need some/all of these anymore:
pymc/pymc/distributions/shape_utils.py
Lines 38 to 42 in 761f77d
First step would be to check which ones are still used and where.
The text was updated successfully, but these errors were encountered:
As far as I can say,
shapes_broadcasting
broadcast_dist_samples_shape
get_broadcastable_dist_samples
broadcast_distribution_samples
broadcast_dist_samples_to
MatrixNormalRV
Sorry, something went wrong.
So we should check if we can get something more immediate to replace broadcast_dist_samples_to in MatrixNormalRV? I haven't looked at what it is doing
Is this still an open issue? I am interested in working on it
This issue can be closed, all the functions mentioned in OP are removed.
Thanks!
No branches or pull requests
Now that random draws are done by Aesara, we might not need some/all of these anymore:
pymc/pymc/distributions/shape_utils.py
Lines 38 to 42 in 761f77d
First step would be to check which ones are still used and where.
The text was updated successfully, but these errors were encountered: