-
Notifications
You must be signed in to change notification settings - Fork 101
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
Random assertions can fail randomly (despite seeding) #533
Comments
Turns out |
Reported upstream: PumasAI/QuartoNotebookRunner.jl#192 |
penelopeysm
changed the title
VI tutorial can fail randomly
Random assertions can fail randomly
Oct 10, 2024
penelopeysm
changed the title
Random assertions can fail randomly
Random assertions can fail randomly (despite seeding)
Oct 10, 2024
Upstream issue fixed, so the remaining task is to re-enable asserts and check that they don't fail. |
Closed by #539 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
e.g. this block in the VI tutorial:
docs/tutorials/09-variational-inference/index.qmd
Lines 154 to 162 in b53df24
Somehow, these assertions failed in one CI run: https://github.com/TuringLang/docs/actions/runs/11281015562/job/31375300973
Here's another failure of the same code block: https://github.com/TuringLang/docs/actions/runs/11281201489/job/31376048754
Here's the Gaussian mixture model tutorial failing: https://github.com/TuringLang/docs/actions/runs/11283217753/job/31382221263
Not sure how this happened as the random seed was already set at the top of the file. It seems that some function isn't respecting it.
The text was updated successfully, but these errors were encountered: