Skip to content
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

Fix cugraph-ops header names #2095

Merged

Conversation

kaatish
Copy link
Collaborator

@kaatish kaatish commented Feb 25, 2022

cugraph-ops header files are being renamed to be better inline with rapids.

@kaatish kaatish self-assigned this Feb 25, 2022
@kaatish kaatish added DO NOT MERGE Hold off on merging; see PR for details Blocked Cannot progress due to external reasons non-breaking Non-breaking change improvement Improvement / enhancement to an existing function and removed DO NOT MERGE Hold off on merging; see PR for details labels Feb 25, 2022
@kaatish kaatish marked this pull request as ready for review February 28, 2022 19:54
@kaatish kaatish requested a review from a team as a code owner February 28, 2022 19:54
@ChuckHastings
Copy link
Collaborator

rerun tests

@kaatish kaatish requested a review from a team as a code owner February 28, 2022 22:34
@codecov-commenter
Copy link

codecov-commenter commented Mar 1, 2022

Codecov Report

Merging #2095 (c7dff6a) into branch-22.04 (f80bce7) will increase coverage by 0.03%.
The diff coverage is 100.00%.

❗ Current head c7dff6a differs from pull request most recent head 0f46134. Consider uploading reports for the commit 0f46134 to get more accurate results

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-22.04    #2095      +/-   ##
================================================
+ Coverage         73.59%   73.63%   +0.03%     
================================================
  Files               156      154       -2     
  Lines             10332    10327       -5     
================================================
  Hits               7604     7604              
+ Misses             2728     2723       -5     
Impacted Files Coverage Δ
python/cugraph/cugraph/__init__.py 100.00% <100.00%> (ø)
python/cugraph/cugraph/comms/comms.py 34.52% <100.00%> (ø)
python/cugraph/cugraph/dask/common/input_utils.py 21.55% <100.00%> (ø)
python/cugraph/cugraph/dask/common/mg_utils.py 37.50% <100.00%> (ø)
python/cugraph/cugraph/dask/common/__init__.py
.../cugraph/tests/test_edge_betweenness_centrality.py 84.93% <0.00%> (+0.60%) ⬆️
...graph/cugraph/tests/test_betweenness_centrality.py 83.01% <0.00%> (+0.62%) ⬆️
python/cugraph/cugraph/tests/test_graph_store.py 100.00% <0.00%> (+1.56%) ⬆️
python/cugraph/cugraph/tests/test_utils.py 75.55% <0.00%> (+4.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f80bce7...0f46134. Read the comment docs.

@rlratzel
Copy link
Contributor

rlratzel commented Mar 1, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit f7eea32 into rapidsai:branch-22.04 Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked Cannot progress due to external reasons improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants