Skip to content

Commit

Permalink
Add test for renumbering
Browse files Browse the repository at this point in the history
  • Loading branch information
VibhuJawa committed Jul 26, 2023
1 parent 8d6d441 commit 4c2a42d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cugraph-dgl/tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def get_dummy_sampled_df():


def test_get_renumber_map():

sampled_df = get_dummy_sampled_df()

df, renumber_map, renumber_map_batch_indices = _get_renumber_map(sampled_df)
Expand Down

0 comments on commit 4c2a42d

Please sign in to comment.