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 d8bd3a7 commit 0d1d31cCopy full SHA for 0d1d31c
numba_cuda/numba/cuda/tests/cudadrv/test_context_stack.py
@@ -30,7 +30,6 @@ def test_gpus_cudevice_indexing(self):
30
device_ids = [device.id for device in cuda.list_devices()]
31
for device_id in device_ids:
32
with cuda.gpus[device_id]:
33
- assert not isinstance(device_id, int)
34
self.assertEqual(cuda.gpus.current.id, device_id)
35
36
0 commit comments