Skip to content

Commit fff2de7

Browse files
Potential fix for code scanning alert no. 20975: Syntax error
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 631d722 commit fff2de7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/function_libs/torch_lib/e2e_ops_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ def forward(self, x):
433433
(x,),
434434
dynamic_shapes=({0: "length"},),
435435
dynamo=True,
436+
)
437+
_testing.assert_onnx_program(onnx_program)
436438

437439
def test_aten_stft_1(self):
438440
class Model(torch.nn.Module):

0 commit comments

Comments
 (0)