-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Fix LinkNeighborLoader
with sorted timestamps
#5602
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5602 +/- ##
==========================================
+ Coverage 83.72% 83.77% +0.04%
==========================================
Files 346 346
Lines 19080 19070 -10
==========================================
+ Hits 15974 15975 +1
+ Misses 3106 3095 -11
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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 fixing this cleanly. looks good, left some comments.
* update * fix * changelog * update
pyg-lib.neighbor_sample
introduced theseed_time
argument, which allows us to override the timestamp for the given set of seed nodes. This PR introduces the change to PyG, allowing link neighbor loader tests to pass again.cc @wsad1