-
Notifications
You must be signed in to change notification settings - Fork 305
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
MS BFS python APIs + EgoNet updates #1469
Conversation
@@ -0,0 +1,276 @@ | |||
# Copyright (c) 2021, NVIDIA CORPORATION. |
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.
Do we want a test for this?
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.
I see that it is not been implemented but exposed, is that right?
In that case, we could either raise error or not expose it to user
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.
Right, it is just the API proposal. I can raise an error.
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #1469 +/- ##
===============================================
- Coverage 60.72% 58.20% -2.52%
===============================================
Files 70 71 +1
Lines 3132 3283 +151
===============================================
+ Hits 1902 1911 +9
- Misses 1230 1372 +142
Continue to review full report at Codecov.
|
@gpucibot merge |
There are various things in this PR.
Multi-Seed (MS) BFS:
EgoNet: