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

Count self-loops and multi-edges #1939

Merged
merged 11 commits into from
Nov 11, 2021

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
@BradReesWork BradReesWork added this to Done in 21.12 Release Nov 17, 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
No open projects
21.12 Release
  
Done
Development

Successfully merging this pull request may close these issues.

[FEA] Check for parallel edges
4 participants