-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
BUG: Regression in JAX model ops #6993
Comments
Hmm, the You can copy the code from https://discourse.pymc.io/t/version-dependant-slowing-down-of-gaussian-mixture-sampling-in-ubuntu-20-04/13219/39?u=ricardov94 to fix your problem locally. |
Thank you for the quick response yet again. I can confirm that adding that piece of code at the beginning of file nicely removes the issue :) |
This looks to be solved. Should it be closed? |
I want to add a test |
Describe the issue:
A model that sampled fine in 5.8.0 no longer works in 5.9.1 and throws a NotImplementedError (below)
The code might look a bit convoluted, but what it does is essentially a Gaussian Process over a time dimension that has very sparse values, making it a pretty useful construct in my models.
Reproduceable code example:
Error message:
PyMC version information:
PyMC 5.9.1
Context for the issue:
This is an issue with one of the main building blocks in the models I am working with, and while I can turn it off for the time being, it does add a lot of power to the models as it allows us to better model data that was gathered at different points in time.
The text was updated successfully, but these errors were encountered: