Skip to content

Commit 67b74cf

Browse files
SS-JIAfacebook-github-bot
authored andcommitted
Remove unexpected failure of Upsample2d emit test
Summary: Addressed T160805672. D48163393 caused a previously expected failure test to succeed. Remove the expected failure. Reviewed By: kirklandsign Differential Revision: D48270738 fbshipit-source-id: 0471e9c1d639a7563d2644507d1e714038b4cdf3
1 parent 3b8ea60 commit 67b74cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exir/emit/test/test_emit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,6 @@ def f(x: torch.Tensor) -> torch.Tensor:
645645
len(program.execution_plan[0].chains[0].instructions[1].instr_args.args), 4
646646
)
647647

648-
# UpsampleNearest is incorrectly decomposed
649-
@unittest.expectedFailure
650648
def test_optional_float_list(self) -> None:
651649
class M(torch.nn.Module):
652650
def __init__(self):

0 commit comments

Comments
 (0)