Skip to content

Commit 69ccdb2

Browse files
committed
syntax
1 parent 14be71d commit 69ccdb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/function_libs/torch_lib/ops_test_data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,9 +1588,8 @@ def _where_input_wrangler(
15881588
).xfail(
15891589
dtypes=(torch.int64,),
15901590
reason="fixme: ORT `LayerNormKernelImpl` not implemented for int64",
1591-
)
15921591
).skip(
1593-
dtypes=(torch.float32,) if sys.platform != "linux" else (torch.complex64,),
1592+
dtypes=(torch.float32 if sys.platform != "linux" else torch.complex64,),
15941593
reason="test is unstable on macosx, windows",
15951594
),
15961595
TorchLibOpInfo("logit", core_ops.aten_logit, tolerance={torch.float16: (1e-1, 7e-4)}),

0 commit comments

Comments
 (0)