-
Notifications
You must be signed in to change notification settings - Fork 304
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
Small fix to the MG PyG Test to Account for Current Sampling Behavior #2666
Small fix to the MG PyG Test to Account for Current Sampling Behavior #2666
Conversation
rerun tests |
1 similar comment
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for filing issue #2665
rerun tests Latest failure was a CI timeout while building C++ tests, which should be unrelated to these changes. |
They've failed a few times now, each time due to a timeout on ARM. I've seen this issue on other PRs as well. Might be good to find a resolution at some point. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #2666 +/- ##
===============================================
Coverage ? 60.11%
===============================================
Files ? 112
Lines ? 6150
Branches ? 0
===============================================
Hits ? 3697
Misses ? 2453
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gpucibot merge |
This PR will correct an error that shows up occasionally in the MG tests, especially when running on an odd number of GPUs. This error is related to issue #2665 and resolves it temporarily while the C++ team works on a permanent fix.