-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
BUG: test case test_replace_vars_in_graphs_nested_reference
is flaky
#7169
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
|
May be connected to #7114 |
@aerubanov can you see if the pytensor.dprint changes across runs/when it fails (other than the RNG variable) |
@ricardoV94
and for failed one
Looks same for me |
Yeah. Is the failure reasonable under random variation? |
Y should be U(0, x)?. Something is off about the test but I don't remember the idea |
I guess the idea was that by increasing the scale it's unlikely a draw would be in the -1, 1 range, but that's still 1%. We could make it -10_000, 10_000 range instead, and add a comment that it should fail 1/10_000 of the times |
Describe the issue:
test_replace_vars_in_graphs_nested_reference
intests/test_pytensorf.py
fails sometimes (1 of 50 approx) both locally and in CI github action (like here https://github.com/pymc-devs/pymc/actions/runs/8005225256/job/21864183620)Reproduceable code example:
Error message:
PyMC version information:
pymc: main brunch on
74748c71ff0
pytensor: 2.18.6
os: linux (manjaro)
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: