-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
BUG: sample returning a different size in pymc 5.7.0 #6840
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
Comments
|
Related to #6835 CC @michaelosthege |
Huh strange. From looking at the changes & MRE I'd say the I'll try to take a look later today. |
The `tune` attribute is reset by the sampling iterator. Closes pymc-devs#6840
The `tune` attribute is reset by the sampling iterator. Closes #6840
Describe the issue:
With pymc == 5.6.1 I get:
However with pymc==5.7.0 I get:
So the shape of the generated output has changed.
Reproduceable code example:
Error message:
No response
PyMC version information:
5.7.0
Context for the issue:
This is just coming up in SymPy CI. From a SymPy VCS checkout this is reproduced with:
The code in question is here:
https://github.com/sympy/sympy/blob/e8ffcf40a6148235667ed75b811bdc1f953466e9/sympy/stats/rv.py#L1635-L1639
The text was updated successfully, but these errors were encountered: