Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix % 0 bug in MG_SELECT_RANDOM_VERTICES test (#4034)
`% 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. Authors: - Seunghwa Kang (https://github.com/seunghwak) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) URL: #4034
- Loading branch information