-
Notifications
You must be signed in to change notification settings - Fork 311
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
Use Datasets API to Update Docstring Examples #2441
Use Datasets API to Update Docstring Examples #2441
Conversation
…ng default dowload dir
Datasets api docs
…ists, update metadata yamls
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #2441 +/- ##
================================================
+ Coverage 61.19% 61.23% +0.04%
================================================
Files 106 106
Lines 5553 5572 +19
================================================
+ Hits 3398 3412 +14
- Misses 2155 2160 +5
Continue to review full report at Codecov.
|
I only see an update to bfs.py in this PR. Shouldn't the other docstrings be updated the same way, or have they been updated elsewhere in another PR? |
…into datasets-api-docs
rerun tests #2473 was merged which should resolve test failures. |
@gpucibot merge |
closes #2361
Docstring examples now use the new method of creating graphs by using the
datasets
API. This change cleans up the code by eliminating the usage ofcuDF
.Old docstring example:
Updated docstring example: