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

Commit 128764e

Browse files
committed
removed special.zeta grad
1 parent 578103c commit 128764e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/functorch_lagging_op_db.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@
482482
('special.polygamma', 'special_polygamma_n_0'),
483483
('special.xlog1py', ''),
484484
('special.zeta', ''),
485-
('special.zeta', 'grad'),
486485
('split', ''),
487486
('split', 'list_args'),
488487
('split_with_sizes', ''),

test/test_pythonkey.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,6 @@ class TestEagerFusionOpInfo(TestCase):
358358
skip('msort'),
359359
xfail('nn.functional.dropout'),
360360
xfail('polar'),
361-
xfail('special.zeta', 'grad'),
362361
xfail('to_sparse'),
363362
xfail('addcdiv'),
364363
xfail('cholesky'),

0 commit comments

Comments
 (0)