Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyu66 committed Sep 7, 2023
1 parent aff33dd commit 70f9b42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cugraph-dgl/tests/nn/test_sageconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def test_SAGEConv_equality(
out2 = conv2(sg, feat, max_in_degree=max_in_degree)
else:
out2 = conv2(g, feat, max_in_degree=max_in_degree)
print(f"{feat = }")
assert torch.allclose(out1, out2, atol=ATOL)

grad_out = torch.rand_like(out1)
Expand Down

0 comments on commit 70f9b42

Please sign in to comment.