-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
BUG: Flaky test test_truncation_specialized_op
#6384
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
test_truncation_specialized_op
test_truncation_specialized_op
I cannot reproduce the failure locally. Can someone else? |
Failed again in https://github.com/pymc-devs/pymc/actions/runs/3693633480/jobs/6253850355 It is very strange. Looks like the dispatch may be broken? I can't reproduce it locally |
Just a wild speculation, but what if somewhere during graph rewrites there's a non-deterministic order of operations? Could happen by iterating over a set, for example. |
No, the part of the test that failed is that the dispatch of the specialized truncation Op |
Just to chip in after some weeks: I also still can't reproduce this bug locally... I found out that it just failed recently again here |
@michaelosthege With your recent PR merged, this test seems to now pass...? Did you make any change to the test or the code? https://github.com/pymc-devs/pymc/actions/runs/4084608130/jobs/7041511557#step:7:34 |
This is flaky, I wouldn't read to much to it having passed once |
AFAIK this test is still flaky - I just got lucky in my PR and merge. Also, my PR was unrelated |
Found the reason, that tests sets |
I see the non deterministic aspect of |
Because when there are |
AHHHHHHHH, great that you have figured this out 👏 However, would this potentially cause problems elsewhere when imputing for |
Imputing for |
Describe the issue:
It failed in #6304 and on main: https://github.com/pymc-devs/pymc/actions/runs/3665014447/jobs/6195812078
Reproduceable code example:
Error message:
PyMC version information:
main
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: