File tree 1 file changed +0
-5
lines changed
torch_np/tests/numpy_tests/fft 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 7
7
from torch_np .testing import assert_array_almost_equal
8
8
from torch_np import fft , pi
9
9
10
- import pytest
11
10
12
- @pytest .mark .xfail (reason = "TODO" )
13
11
class TestFFTShift :
14
12
15
13
def test_definition (self ):
@@ -135,7 +133,6 @@ def original_ifftshift(x, axes=None):
135
133
original_ifftshift (inp , axes_keyword ))
136
134
137
135
138
- @pytest .mark .xfail (reason = "TODO" )
139
136
class TestFFTFreq :
140
137
141
138
def test_definition (self ):
@@ -147,7 +144,6 @@ def test_definition(self):
147
144
assert_array_almost_equal (10 * pi * fft .fftfreq (10 , pi ), x )
148
145
149
146
150
- @pytest .mark .xfail (reason = "TODO" )
151
147
class TestRFFTFreq :
152
148
153
149
def test_definition (self ):
@@ -159,7 +155,6 @@ def test_definition(self):
159
155
assert_array_almost_equal (10 * pi * fft .rfftfreq (10 , pi ), x )
160
156
161
157
162
- @pytest .mark .xfail (reason = "TODO" )
163
158
class TestIRFFTN :
164
159
165
160
def test_not_last_axis_success (self ):
You can’t perform that action at this time.
0 commit comments