-
-
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: Model Freezes on Linux Cluster After PyMC Upgrade to Version 5.16.2 #7466
Comments
] |
To troubleshoot, I downgraded to PyMC version 5.11.0, and the model worked as expected. However, the issue reappears in version 5.12.0 and persists in 5.16.0. |
Can you produce a MWE? Your example above does not have |
Thank you for pointing that out! Here’s a Minimal Working Example (MWE) with X and y defined: X = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, y = [2334.04147654, 2846.44111298, 2780.49424548, 2401.98756414, |
Describe the issue:
I recently upgraded PyMC from version 5.6.1 to 5.16.2. After this upgrade, a specific model I use began freezing on a Linux cluster when processing certain datasets. However, when I run the same model on Windows, it completes without issues.
I'm wondering if there are any necessary code adaptations due to the version change or if this could be a platform-specific issue with the new version of PyMC.
Reproduceable code example:
Error message:
No response
PyMC version information:
PyMC version: 5.16.2 (previously 5.6.1)
Python version: 3.11
Operating System: Linux Cluster (Issue occurs) / Windows (No issues)
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: