Skip to content

Update input argument check for graph_t constructor and remove expensive input argument check for graph_view_t#1890

Merged
rapids-bot[bot] merged 6 commits intorapidsai:branch-21.12from
seunghwak:enh_expensive_check
Oct 19, 2021
Merged

Update input argument check for graph_t constructor and remove expensive input argument check for graph_view_t#1890
rapids-bot[bot] merged 6 commits intorapidsai:branch-21.12from
seunghwak:enh_expensive_check

Conversation

@seunghwak
Copy link
Contributor

@seunghwak seunghwak commented Oct 18, 2021

Close #1892

  • Check for graph properties passed by the caller (multigrpah, symmetric).
  • Remove expensive check for graph_view_t (graph_view_t is not to be called by user, only called by graph_t)

@seunghwak seunghwak requested a review from a team as a code owner October 18, 2021 16:05
@seunghwak seunghwak self-assigned this Oct 18, 2021
@seunghwak seunghwak added 2 - In Progress improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Oct 18, 2021
@seunghwak seunghwak changed the title Update input argument check for graph_t constructor and remove expensive input argument check for graph_view_t [WIP] Update input argument check for graph_t constructor and remove expensive input argument check for graph_view_t Oct 18, 2021
@seunghwak seunghwak changed the title [WIP] Update input argument check for graph_t constructor and remove expensive input argument check for graph_view_t Update input argument check for graph_t constructor and remove expensive input argument check for graph_view_t Oct 18, 2021
@codecov-commenter
Copy link

codecov-commenter commented Oct 18, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.12@33361d0). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.12    #1890   +/-   ##
===============================================
  Coverage                ?   70.08%           
===============================================
  Files                   ?      143           
  Lines                   ?     8817           
  Branches                ?        0           
===============================================
  Hits                    ?     6179           
  Misses                  ?     2638           
  Partials                ?        0           

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 33361d0...5178958. Read the comment docs.

@BradReesWork BradReesWork added this to the 21.12 milestone Oct 19, 2021
@BradReesWork
Copy link
Member

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 285ffc0 into rapidsai:branch-21.12 Oct 19, 2021
@seunghwak seunghwak deleted the enh_expensive_check branch October 20, 2021 17: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.

[ENH] Update user input argument checks for graph_t constructors.

4 participants