Skip to content

Commit 172c3ec

Browse files
committed
Fix lint error
1 parent 9e3eef7 commit 172c3ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/xpu/test_decomp.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ def _getDefaultRtolAndAtol(dtype0, dtype1):
183183
return rtol, atol
184184

185185

186-
187186
def op_assert_ref(test_case, op, test_dtype, i, orig, decomp, ref, args, kwargs):
188187
assert orig.dtype == decomp.dtype, f"{i} Operation: {op}"
189188
if orig.numel() == 0 or decomp.numel() == 0:

0 commit comments

Comments
 (0)