Skip to content

Commit

Permalink
revert dataloader change
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Sep 22, 2023
1 parent d65632c commit 247d8d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cugraph-dgl/tests/test_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ def test_same_homogeneousgraph_results():

cugraph_output_nodes = cugraph_output[0]["output_nodes"].cpu().numpy()
dgl_output_nodes = dgl_output[0]["output_nodes"].cpu().numpy()

np.testing.assert_array_equal(cugraph_output_nodes, dgl_output_nodes)
assert (
dgl_output[0]["blocks"][0].num_dst_nodes()
Expand Down

0 comments on commit 247d8d2

Please sign in to comment.