Skip to content

Commit 3953de3

Browse files
committed
remove test being fixed
1 parent b321b3f commit 3953de3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_ops.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ def vjp_of_vjp(*args_and_cotangents):
306306
self.assertEqual(loop_out, batched_out, atol=1e-4, rtol=1e-4)
307307
vmapvjp_fail = vjp_fail.union({
308308
# All of the following are bugs and need to be fixed
309-
xfail('clamp', ''),
310309
xfail('diag_embed'),
311310
xfail('eig'),
312311
xfail('nn.functional.conv_transpose2d'),

0 commit comments

Comments
 (0)