-
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
Python code cleanup across docs, wrappers, testing #2194
Python code cleanup across docs, wrappers, testing #2194
Conversation
Define C API for eigenvector centrality (rapidsai#2180)
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #2194 +/- ##
================================================
- Coverage 71.33% 71.22% -0.11%
================================================
Files 171 172 +1
Lines 11207 11277 +70
================================================
+ Hits 7994 8032 +38
- Misses 3213 3245 +32
Continue to review full report at Codecov.
|
rerun tests |
rerun tests |
1 similar comment
rerun tests |
Updating branch to include commits from past 10 days
…graph into branch-22.06-docs2
@gpucibot merge |
Python code cleanup across docs, wrappers, testing (rapidsai#2194)
Python code cleanup across docs, wrappers, testing (rapidsai#2194)
This PR incorporates suggested changes from issue #2037, opened back in 22.02, as well as cleaning up documentation and testing code from 22.04 work.
Specifically, this PR does the following:
call_katz_centrality
,call_louvain
,call_wcc
)get_comms
,get_session_id
,get_2D_partition
, is_initialized that were previously missingfrom_internal_vertex_id
,to_internal_vertex_id
,renumber
,set_renumbered_col_names
egonet.py
,node2vec.py
pylibcugraph
docstring examples to the list of examples tested incugraph/tests/test_doctests.py
cugraph/tests/dask/test_mg_doctests.py
This PR addresses the items from and closes #2227.
This PR also closes #2193.