Skip to content

Commit 2427599

Browse files
Update TestFftn::test_fftn
1 parent f0ee02a commit 2427599

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dpnp/tests/test_fft.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,8 +446,6 @@ def test_fftn(self, dtype, axes, norm, order):
446446
if is_cuda_device():
447447
if order == "C" and axes == (0, 1, 2):
448448
pass
449-
elif order == "F" and axes == (-1, -4, -2):
450-
pass
451449
else:
452450
pytest.skip("SAT-7587")
453451
a_np = generate_random_numpy_array((2, 3, 4, 5), dtype, order)

0 commit comments

Comments
 (0)