-
Notifications
You must be signed in to change notification settings - Fork 313
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] doc and API fixes #1144
[REVIEW] doc and API fixes #1144
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-0.16 #1144 +/- ##
===============================================
+ Coverage 72.37% 72.39% +0.01%
===============================================
Files 56 56
Lines 2132 2137 +5
===============================================
+ Hits 1543 1547 +4
- Misses 589 590 +1
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.
LGTM. I had one minor suggestion/question which need not hold up my approval.
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.
LGTM
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.
lgtm
@@ -984,6 +984,11 @@ def degrees(self, vertex_subset=None): | |||
Returns | |||
------- | |||
df : cudf.DataFrame | |||
GPU DataFrame of size N (the default) or the size of the given |
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.
GPU DataFrame of size N (the default) or the size of the given | |
GPU DataFrame of size V (the default) or the size of the given |
Updated docs to fix missing arguments
Added NetworkX like API