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

nx-cugraph: add is_tree, etc. #4097

Merged
merged 4 commits into from
Jan 22, 2024
Merged

Conversation

eriknw
Copy link
Contributor

@eriknw eriknw commented Jan 17, 2024

These are now possible b/c we have connected_components and weakly_connected_components (and their is_* equivalents).

@eriknw eriknw requested a review from a team as a code owner January 17, 2024 15:05
@eriknw eriknw added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Jan 17, 2024
Comment on lines +743 to +744
if src_indices.size == 0:
return cp.zeros(self._N, dtype=np.int64)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fyi: I added this check b/c cupy/cupy#8116

@rlratzel
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit f20219e into rapidsai:branch-24.02 Jan 22, 2024
98 checks passed
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 python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants