-
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
[REVIEW] Update the Random Walk binding #1599
Conversation
rerun tests |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
return df, offsets | ||
if use_padding: | ||
edge_set_sz = (max_depth-1)*len(start_vertices) | ||
return vertex_set, edge_set[:edge_set_sz], sizes |
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 am just wondering if it is worth returning sizes = None
max_depth=None | ||
): | ||
def calc_random_walks(graph_file, | ||
directed=False, |
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.
outdated description
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #1599 +/- ##
===============================================
Coverage ? 59.93%
===============================================
Files ? 80
Lines ? 3542
Branches ? 0
===============================================
Hits ? 2123
Misses ? 1419
Partials ? 0 Continue to review full report at Codecov.
|
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 adding additional tests. I have just one hopefully quick request.
rerun tests |
1 similar comment
rerun tests |
…to update_rw_bindings
@gpucibot merge |
Closes #1579