8000 Update test_export.py · pytorch/pytorch@304fddd · GitHub
[go: up one dir, main page]

Skip to content

Commit 304fddd

Browse files
authored
Update test_export.py
1 parent 77bc1f0 commit 304fddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/export/test_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4274,7 +4274,7 @@ def forward(self, x):
42744274
):
42754275
_ = export(M(), (torch.tensor([2, 3, 5]),))
42764276

4277-
@testing.expectedFailureTrainingIRToRunDecompStrict
4277+
@testing.expectedFailureTrainingIRToRunDecomp
42784278
@testing.expectedFailureTrainingIRToRunDecompNonStrict
42794279
def test_unbacked_pad(self):
42804280
class Foo(torch.nn.Module):

0 commit comments

Comments
 (0)
0