Skip to content

Commit e71ce13

Browse files
committed
TST: vendor numpy's fft/test_helper.py
1 parent 9e0de0f commit e71ce13

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

torch_np/tests/numpy_tests/fft/test_helper.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
from torch_np.testing import assert_array_almost_equal
88
from torch_np import fft, pi
99

10-
import pytest
1110

12-
@pytest.mark.xfail(reason="TODO")
1311
class TestFFTShift:
1412

1513
def test_definition(self):
@@ -135,7 +133,6 @@ def original_ifftshift(x, axes=None):
135133
original_ifftshift(inp, axes_keyword))
136134

137135

138-
@pytest.mark.xfail(reason="TODO")
139136
class TestFFTFreq:
140137

141138
def test_definition(self):
@@ -147,7 +144,6 @@ def test_definition(self):
147144
assert_array_almost_equal(10*pi*fft.fftfreq(10, pi), x)
148145

149146

150-
@pytest.mark.xfail(reason="TODO")
151147
class TestRFFTFreq:
152148

153149
def test_definition(self):
@@ -159,7 +155,6 @@ def test_definition(self):
159155
assert_array_almost_equal(10*pi*fft.rfftfreq(10, pi), x)
160156

161157

162-
@pytest.mark.xfail(reason="TODO")
163158
class TestIRFFTN:
164159

165160
def test_not_last_axis_success(self):

0 commit comments

Comments
 (0)