Skip to content

Commit

Permalink
Removed some xfail for nn functional pad circular (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
vfdev-5 authored Nov 23, 2021
1 parent f16519d commit 10df6ca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ def test():
xfail('fill_'),
xfail('gradient'),
xfail('hsplit'),
xfail('nn.functional.pad', 'circular'),
xfail('vsplit'),
xfail('dstack'),
xfail('hstack'),
Expand Down
1 change: 0 additions & 1 deletion test/test_pythonkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ class TestPythonKeyOperatorsOpInfo(TestCase):
xfail('linalg.cholesky'),
xfail('nn.functional.dropout'),
xfail('linalg.eigvals'),
xfail('nn.functional.pad', 'circular'),
xfail('nn.functional.ctc_loss'),
xfail('empty_like'), # randomness
xfail('randn_like'), # randomness
Expand Down
2 changes: 0 additions & 2 deletions test/test_vmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -3024,7 +3024,6 @@ class TestVmapOperatorsOpInfo(TestCase):
xfail('fill_'),
xfail('gradient'),
xfail('hsplit'),
xfail('nn.functional.pad', 'circular'),
xfail('resize_'),
xfail('resize_as_'),
xfail('tensor_split'),
Expand Down Expand Up @@ -3135,7 +3134,6 @@ def test_vmap_exhaustive(self, device, dtype, op):
xfail('masked_select'),
xfail('nanquantile'),
xfail('nn.functional.conv_transpose2d'),
xfail('nn.functional.pad', 'circular'),
xfail('norm', 'fro'),
xfail('norm', 'nuc'),
xfail('ormqr'),
Expand Down

0 comments on commit 10df6ca

Please sign in to comment.