Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit b8fc6d0

Browse files
committed
Fix some "unexpected successes"
There are some other CI failures that still need investigation
1 parent 8a60047 commit b8fc6d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/test_ops.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ def vjp_of_vjp(*args_and_cotangents):
407407
self.assertEqual(loop_out, batched_out, atol=1e-4, rtol=1e-4)
408408
vmapvjp_fail = vjp_fail.union({
409409
# All of the following are bugs and need to be fixed
410-
xfail('clamp', ''),
411410
xfail('diag_embed'),
412411
xfail('eig'),
413412
xfail('view_as_complex'),
@@ -433,10 +432,6 @@ def vjp_of_vjp(*args_and_cotangents):
433432
xfail('masked_fill'),
434433
xfail('masked_scatter'),
435434
xfail('matrix_exp'),
436-
xfail('max', 'reduction_no_dim', device_type='cpu'),
437-
xfail('median', device_type='cpu'),
438-
xfail('min', 'reduction_no_dim', device_type='cpu'),
439-
xfail('nanmedian', device_type='cpu'),
440435
xfail('nanquantile'),
441436
xfail('norm', 'fro'),
442437
xfail('norm', 'nuc'),
@@ -602,7 +597,6 @@ def test_vmapjvp(self, device, dtype, op):
602597
xfail('__getitem__'),
603598
xfail('cdist'),
604599
xfail('cholesky'),
605-
xfail('clamp'),
606600
xfail('clamp', 'scalar'),
607601
xfail('complex'),
608602
xfail('copysign'),

0 commit comments

Comments
 (0)