Skip to content

Commit

Permalink
trying to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderock committed Jul 8, 2024
1 parent ce19d0f commit b569a27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_rw.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def test_rw_small_with_edge_indices(device):
]



@pytest.mark.parametrize('device', devices)
def test_rw_large_with_edge_weights(device):
row = tensor([0, 1, 1, 1, 2, 2, 3, 3, 4, 4], torch.long, device)
Expand Down Expand Up @@ -123,4 +122,4 @@ def test_rw_small_with_edge_weights(device):
[0, 1, 0, 1, 0],
[1, 0, 1, 0, 1],
[2, 2, 2, 2, 2],
]
]

0 comments on commit b569a27

Please sign in to comment.