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

[FEA] self loop check #536

Closed
afender opened this issue Oct 2, 2019 · 1 comment · Fixed by #1279
Closed

[FEA] self loop check #536

afender opened this issue Oct 2, 2019 · 1 comment · Fixed by #1279
Assignees
Labels
feature request New feature or request
Milestone

Comments

@afender
Copy link
Member

afender commented Oct 2, 2019

We should have a feature that identifies if a graph has self-loops. We could compute it once and store the information inside the graph structure.
Nx checks for that for features like k-core : https://github.com/rapidsai/cugraph/pull/520/files/8dc6015561d345f4deebeb91074c5172c638feac#r330361903

@afender afender added feature request New feature or request ? - Needs Triage Need team to review and classify labels Oct 2, 2019
@BradReesWork
Copy link
Member

We could do this at the Python layer - simple len(df.query('src == dst') )

@BradReesWork BradReesWork removed the ? - Needs Triage Need team to review and classify label May 26, 2020
@BradReesWork BradReesWork added this to the 0.15 milestone May 26, 2020
@BradReesWork BradReesWork modified the milestones: 0.15, 0.16 Aug 20, 2020
@BradReesWork BradReesWork modified the milestones: 0.16, 0.17 Sep 22, 2020
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants