We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc3199 commit d9ff025Copy full SHA for d9ff025
tests/scipy_fft_test.py
@@ -88,9 +88,6 @@ def testDctn(self, shape, dtype, s, axes, norm):
88
axis=[-1, 0],
89
norm=[None, 'ortho', 'backward'],
90
)
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")
94
def testiDct(self, shape, dtype, n, axis, norm):
95
rng = jtu.rand_default(self.rng())
96
args_maker = lambda: (rng(shape, dtype),)
@@ -108,9 +105,6 @@ def testiDct(self, shape, dtype, n, axis, norm):
108
105
dtype=real_dtypes,
109
106
110
107
111
112
113
114
def testiDctn(self, shape, dtype, s, axes, norm):
115
116
0 commit comments