Fix seed in distributions test for deterministic results#76357
Fix seed in distributions test for deterministic results#76357neerajprad wants to merge 1 commit intopytorch:masterfrom
Conversation
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit ad54abc (more details on the Dr. CI page): Expand to see more
🕵️♀️ 1 failure not recognized by patterns:The following CI failures may be due to changes from the PR
This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
|
This pull request was exported from Phabricator. Differential Revision: D35914795 |
1f6f91f to
62badbf
Compare
|
This pull request was exported from Phabricator. Differential Revision: D35914795 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D35914795 |
62badbf to
8d2e739
Compare
Summary: Pull Request resolved: pytorch#76357 Fix for pytorch#76160 This fixes the random seed for the `test_wishart_log_prob` (like all random tests in `test_distributions`) to prevent non-determinism. Test Plan: Tested locally. Differential Revision: D35914795 fbshipit-source-id: 85001cc500e1d48d4e81c2e33b783ed6c38c9851
|
This pull request was exported from Phabricator. Differential Revision: D35914795 |
8d2e739 to
ad54abc
Compare
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary:
Fix for #76160
This fixes the random seed for the
test_wishart_log_prob(like all random tests intest_distributions) to prevent non-determinism.Test Plan: Tested locally.
Differential Revision: D35914795