Skip to content

Commit bbb20f7

Browse files
committed
Fix OpInfo
1 parent 75e1887 commit bbb20f7

File tree

1 file changed

+2
-2
lines changed
  • torch/testing/_internal/opinfo/definitions

1 file changed

+2
-2
lines changed

torch/testing/_internal/opinfo/definitions/signal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ def make_signal_windows_opinfo(
183183
),
184184
DecorateInfo(
185185
unittest.skip("Skipped!"),
186-
"TestSchemaCheckModeOpInfo"
186+
"TestSchemaCheckModeOpInfo",
187187
"test_schema_correctness",
188-
dtypes=[torch.float16]
188+
dtypes=[torch.float16],
189189
),
190190
*skips,
191191
),

0 commit comments

Comments
 (0)