Skip to content

Commit d9ff025

Browse files
hawkinspGoogle-ML-Automation
authored andcommitted
Remove some likely stale test skips in scipy_fft_test.
PiperOrigin-RevId: 838880821
1 parent 0cc3199 commit d9ff025

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/scipy_fft_test.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ def testDctn(self, shape, dtype, s, axes, norm):
8888
axis=[-1, 0],
8989
norm=[None, 'ortho', 'backward'],
9090
)
91-
# TODO(phawkins): these tests are failing on T4 GPUs in CI with a
92-
# CUDA_ERROR_ILLEGAL_ADDRESS.
93-
@jtu.skip_on_devices("cuda")
9491
def testiDct(self, shape, dtype, n, axis, norm):
9592
rng = jtu.rand_default(self.rng())
9693
args_maker = lambda: (rng(shape, dtype),)
@@ -108,9 +105,6 @@ def testiDct(self, shape, dtype, n, axis, norm):
108105
dtype=real_dtypes,
109106
norm=[None, 'ortho', 'backward'],
110107
)
111-
# TODO(phawkins): these tests are failing on T4 GPUs in CI with a
112-
# CUDA_ERROR_ILLEGAL_ADDRESS.
113-
@jtu.skip_on_devices("cuda")
114108
def testiDctn(self, shape, dtype, s, axes, norm):
115109
rng = jtu.rand_default(self.rng())
116110
args_maker = lambda: (rng(shape, dtype),)

0 commit comments

Comments
 (0)