Skip to content

Commit 393554a

Browse files
committed
chore: remove comment
1 parent 94ec9a3 commit 393554a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

numba_cuda/numba/cuda/tests/cudapy/test_cache_hints.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ def too_short_indices_tuple(x):
157157
cuda.compile_ptx(too_short_indices_tuple, sig_2d)
158158

159159
def test_unsupported_dtypes(self):
160-
"""Test that load operators reject arrays with unsupported types."""
161-
162160
def load_complex(r, x):
163161
r[0] = cuda.ldcs(x, 0)
164162

0 commit comments

Comments
 (0)