Skip to content

GaussianRandomWalk fails with ellipsis #5704

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

Closed
ricardoV94 opened this issue Apr 8, 2022 · 0 comments · Fixed by #5719
Closed

GaussianRandomWalk fails with ellipsis #5704

ricardoV94 opened this issue Apr 8, 2022 · 0 comments · Fixed by #5719
Assignees
Labels

Comments

@ricardoV94
Copy link
Member

import pymc as pm
x = pm.GaussianRandomWalk.dist(init=pm.Normal.dist(), steps=5, shape=(3, ...))
print(x.shape.eval())  # [3, 3, 6]; should be [3, 6]
print(x.eval())  # ValueError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant