Skip to content

Count self-loops and multi-edges#1939

Merged
rapids-bot[bot] merged 11 commits intorapidsai:branch-21.12from
seunghwak:fea_check_self_multi
Nov 11, 2021
Merged

Count self-loops and multi-edges#1939
rapids-bot[bot] merged 11 commits intorapidsai:branch-21.12from
seunghwak:fea_check_self_multi

Conversation

@seunghwak
Copy link
Contributor

@seunghwak seunghwak commented Nov 10, 2021

Close #537

Count the number of self-loops & multi-edges.

  • API update
  • Implement count self-loops
  • Implement count multi-edges
  • Add C++ test suites.

@seunghwak seunghwak requested a review from a team as a code owner November 10, 2021 18:53
@seunghwak seunghwak self-assigned this Nov 10, 2021
@seunghwak seunghwak added 2 - In Progress feature request New feature or request non-breaking Non-breaking change labels Nov 10, 2021
@seunghwak seunghwak added this to the 21.12 milestone Nov 10, 2021
@codecov-commenter
Copy link

codecov-commenter commented Nov 10, 2021

Codecov Report

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

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.12    #1939   +/-   ##
===============================================
  Coverage                ?   70.04%           
===============================================
  Files                   ?      143           
  Lines                   ?     8904           
  Branches                ?        0           
===============================================
  Hits                    ?     6237           
  Misses                  ?     2667           
  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 7bffab8...7448893. Read the comment docs.

@ChuckHastings
Copy link
Collaborator

@gpucibot merge

@rapids-bot rapids-bot bot merged commit 0678065 into rapidsai:branch-21.12 Nov 11, 2021
@seunghwak seunghwak deleted the fea_check_self_multi branch January 27, 2022 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature request New feature or request non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA] Check for parallel edges

4 participants