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

Fix % 0 bug in MG_SELECT_RANDOM_VERTICES test #4034

Merged

Conversation

seunghwak
Copy link
Contributor

% 0 throws an exception (mg_graph_view.local_vertex_partition_range_size() & num_of_elements_in_given_set can be 0). This PR fixes the bug.

@seunghwak seunghwak requested a review from a team as a code owner December 1, 2023 23:31
@seunghwak seunghwak self-assigned this Dec 1, 2023
@seunghwak seunghwak added bug Something isn't working non-breaking Non-breaking change labels Dec 1, 2023
@seunghwak seunghwak added this to the 24.02 milestone Dec 1, 2023
@ChuckHastings
Copy link
Collaborator

/merge

@rapids-bot rapids-bot bot merged commit 90fec71 into rapidsai:branch-24.02 Dec 2, 2023
74 checks passed
@seunghwak seunghwak deleted the bug_mg_select_random_vertices branch May 22, 2024 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants