Skip to content

Commit

Permalink
update ops.md
Browse files Browse the repository at this point in the history
  • Loading branch information
momo609 committed Mar 20, 2023
1 parent 637db8f commit ced8c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ops/test_roi_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,5 @@ def _test_roialign_allclose(device, dtype):
def test_roialign(device, dtype):
# check double only
if dtype is torch.double:
_test_roialign_gradcheck(device=device, dtype=dtype)
_test_roialign_gradcheck(device=device, dtype=dtype)
_test_roialign_allclose(device=device, dtype=dtype)

0 comments on commit ced8c6c

Please sign in to comment.