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

Add do_expensive_check to graph primitives #2274

Merged
merged 2 commits into from
May 19, 2022

Conversation

seunghwak
Copy link
Contributor

Partially address #2003

Add the do_expensive_check input parameter to graph primitives.

@seunghwak seunghwak added 3 - Ready for Review improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 16, 2022
@seunghwak seunghwak added this to the 22.06 milestone May 16, 2022
@seunghwak seunghwak requested a review from a team as a code owner May 16, 2022 21:32
@seunghwak seunghwak self-assigned this May 16, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 17, 2022

Codecov Report

Merging #2274 (d9b7417) into branch-22.06 (38be932) will decrease coverage by 6.84%.
The diff coverage is n/a.

@@               Coverage Diff                @@
##           branch-22.06    #2274      +/-   ##
================================================
- Coverage         70.82%   63.97%   -6.85%     
================================================
  Files               170      100      -70     
  Lines             11036     4436    -6600     
================================================
- Hits               7816     2838    -4978     
+ Misses             3220     1598    -1622     
Impacted Files Coverage Δ
python/cugraph/cugraph/__init__.py 100.00% <ø> (ø)
python/cugraph/cugraph/centrality/__init__.py 100.00% <ø> (ø)
...graph/cugraph/centrality/betweenness_centrality.py 89.65% <ø> (ø)
...on/cugraph/cugraph/centrality/degree_centrality.py 81.81% <ø> (ø)
...thon/cugraph/cugraph/centrality/katz_centrality.py 88.23% <ø> (-1.24%) ⬇️
python/cugraph/cugraph/community/egonet.py 97.36% <ø> (ø)
...ython/cugraph/cugraph/community/ktruss_subgraph.py 85.29% <ø> (ø)
...cugraph/cugraph/dask/centrality/katz_centrality.py 25.00% <ø> (ø)
python/cugraph/cugraph/dask/common/input_utils.py 22.13% <ø> (+0.57%) ⬆️
python/cugraph/cugraph/dask/common/mg_utils.py 30.43% <ø> (-7.07%) ⬇️
... and 130 more

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 046cbd2...d9b7417. Read the comment docs.

@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 77c776a into rapidsai:branch-22.06 May 19, 2022
@seunghwak seunghwak deleted the enh_prim_expensive_check branch August 11, 2022 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants