Skip to content

Commit 21594ff

Browse files
samdowzou3519
authored andcommitted
[functorch] typo
1 parent 904475d commit 21594ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functorch/test/test_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ def test_vmapjvpall(self, device, dtype, op):
873873
xfail('linalg.norm', 'subgradients_at_zero'),
874874
xfail('nn.functional.max_unpool1d', 'grad'),
875875
xfail('lu_unpack'),
876-
xfail('glu'),
876+
xfail('nn.functional.glu'),
877877
}))
878878
@toleranceOverride({torch.float32: tol(atol=1e-04, rtol=1e-04)})
879879
def test_vmapjvpall_has_batch_rule(self, device, dtype, op):

0 commit comments

Comments
 (0)