-
Notifications
You must be signed in to change notification settings - Fork 310
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
Datasets API Update: Add Extra Params and Improve Testing #2453
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #2453 +/- ##
===============================================
Coverage ? 61.21%
===============================================
Files ? 106
Lines ? 5553
Branches ? 0
===============================================
Hits ? 3399
Misses ? 2154
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.
Just a couple very minor changes, otherwise looks almost done.
@gpucibot merge |
Adding two new parameters to the
get_graph()
method within the datasets API.default_direction
allows users to get only undirected graph objects.weights
will specify whether or not the cugraph.Graph object has anedge_attr
field.test_dataset.py
has been updated to:Docstrings have also been updated for clarity.