-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[GraphBolt] Fixing two issues in GraphBolt tests. #7059
Conversation
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
One of the warnings was fixed in #7044. If you merge into the latest master, I believe it should go away. |
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
tests/python/pytorch/graphbolt/impl/test_basic_feature_store.py
Outdated
Show resolved
Hide resolved
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
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.
please verify if is_inplace_pinned
and revert the change here. others look good to me. please ping me once addressed the comments.
Not authorized to trigger CI. Please ask core developer to help trigger via issuing comment:
|
@Rhett-Ying : just checked out fix#7044 for |
Description
The first issue we fixed here is the following warning appearing in
test_basic_feature_store.py::test_basic_feature_store_errors
The second issue is a bug that occurs in the
test_ondisk_dataset.py::test_OnDiskDataset_heterogeneous
test, causing the following warning:In the debugger, I see incorrect shuffle results for
user_ids
which has no duplicates before shuffling:After shuffling there are a lot of them:
Checklist
Please feel free to remove inapplicable items for your PR.
Changes