Commit 0a221ab8 authored by rusty1s's avatar rusty1s
Browse files

typo

parent f5cb51ae
......@@ -111,8 +111,8 @@ def test_backward(test, reduce, device):
index = tensor(test['index'], torch.long, device)
indptr = tensor(test['indptr'], torch.long, device)
assert gradcheck(segment_coo, (src, index, None, None, reduce)) is True
assert gradcheck(segment_csr, (src, indptr, None, reduce)) is True
assert gradcheck(segment_coo, (src, index, None, None, reduce))
assert gradcheck(segment_csr, (src, indptr, None, reduce))
@pytest.mark.parametrize('test,reduce,dtype,device',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment