Skip to content
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" in conftest.py` #93

Closed
vandalt opened this issue Nov 3, 2023 · 0 comments · Fixed by #94
Closed

Uncomment pytensor.config.compute_test_value = "raise" in conftest.py` #93

vandalt opened this issue Nov 3, 2023 · 0 comments · Fixed by #94

Comments

@vandalt
Copy link
Contributor

vandalt commented Nov 3, 2023

Due to a bug in PyMC (pymc-devs/pymc#6981), setting the option mentioned in the title caused an error in test_marginal for PyMC after updating to v5 (#91).
A PR fixing this (pymc-devs/pymc#6982) was merged into PyMC, but not yet released. The code below can be uncommented when the fix is released.

# TODO: Uncomment when PyMC commit 714b4a0 makes it into a release (probably 5.9.2)
# pytensor.config.compute_test_value = "raise"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant