We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8209a89 commit a96dab7Copy full SHA for a96dab7
1 file changed
cuda_bindings/tests/nvml/test_cuda.py
@@ -60,7 +60,7 @@ def test_cuda_device_order():
60
# If that environment variable isn't set, the device lists should match exactly
61
assert cuda_devices == nvml_devices, "CUDA and NVML device lists do not match"
62
else:
63
- # If the environment variable is set, there may possible be fewer CUDA devices,
+ # If the environment variable is set, there may possibly be fewer CUDA devices,
64
# and each of them should still be found in NVML devices.
65
assert len(cuda_devices) <= len(nvml_devices)
66
for cuda_device in cuda_devices:
0 commit comments