Skip to content

Commit d3c33bc

Browse files
committed
remove redundant arg to ops
1 parent 64affe6 commit d3c33bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_unary_ufuncs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def test_out_arg_all_dtypes(self, device, dtype, op):
494494
self._test_out_arg(op, input, out, expected)
495495

496496
@onlyCUDA
497-
@ops(unary_ufuncs, dtypes=OpDTypes.basic)
497+
@ops(unary_ufuncs)
498498
def test_out_mismatched_device(self, device, dtype, op):
499499
input_cuda = make_tensor((3,), dtype=dtype, device=device,
500500
low=op.domain[0], high=op.domain[1])

0 commit comments

Comments
 (0)