-
Notifications
You must be signed in to change notification settings - Fork 11
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
Uncomment pytensor.config.compute_test_value = "raise"
#94
Conversation
…C 5.9.2 is released with fix
Thanks! Do you know why the tests are failing? Should we add a lower bound here too: Line 43 in 7feb2e3
|
I updated the lower bound! I don't know why the tests are failing. They run fine locally, but there is some compilation error on the Github test environment. I ran them locally on Linux with
I the tests are running with the numpy C-API, which would be the main difference with my local setup I think.
|
I'll try installing with mamba to see if the issue still happens (suggestion from @bmorris3) EDIT: Reverted because mamba is not available on the testing/workflow machines |
For troubleshooting purposes. Will try installing with mamba after.
Looks like using a conda/mamba env does the trick, but this also points to a bug introduced in the most recent PyMC/Pytensor release (classic!) since it worked previously with pip! I don't like using mamba for this cause it's still far slower than the pip version, but we do what we need to these days :/ |
Thanks again for all your work on this, @vandalt! |
PyMC 5.9.2 has been released with a fix, so this no longer crashes
test_marginal
. Fixes #93.