You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been seeing nondeterministic failures in tests that use random generators. This should not happen, since we set the seed in conftest.py. Is there a source of nondeterminism that I'm missing?
Okie, I understand why the non-deterministic issue happens. In test_distribution_generic, we invoke random statements when loading the test file before invoking set_rng_seed in conftest.py. I think we can add pyro.set_rng_seed(0) on the top of that file to resolve the issue.
I've been seeing nondeterministic failures in tests that use random generators. This should not happen, since we set the seed in conftest.py. Is there a source of nondeterminism that I'm missing?
Example: #427 with log https://api.travis-ci.com/v3/job/474778699/log.txt
The text was updated successfully, but these errors were encountered: