-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Interpolated distribution in V4 #5959
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
Your observation that changing from Not sure where it comes from though. It definitely sounds like a serious regression. |
I know where the problem is... the |
To be a bit more descriptive: the with In V3, I believe that the initial points were randomly sampled from the prior, which should be why this model works in V3. |
Description of your problem
While working on the issue pymc-devs/pymc-examples#115, where I am updating the code from PyMC v3 to v4, I got this error:
Trying to find the reason, I realized that the next basic model works in v3 but not in V4.
Please provide a minimal, self-contained, and reproducible example.
Please provide the full traceback.
Complete error traceback
Please provide any additional information below.
Changing the number of sample in
linspace
from 100 to 10 , it works also in V4.Versions and main components
The text was updated successfully, but these errors were encountered: