Skip to content

Commit a96dab7

Browse files
mdboomrwgk
andauthored
Update cuda_bindings/tests/nvml/test_cuda.py
Co-authored-by: Ralf W. Grosse-Kunstleve <rwgkio@gmail.com>
1 parent 8209a89 commit a96dab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/tests/nvml/test_cuda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_cuda_device_order():
6060
# If that environment variable isn't set, the device lists should match exactly
6161
assert cuda_devices == nvml_devices, "CUDA and NVML device lists do not match"
6262
else:
63-
# If the environment variable is set, there may possible be fewer CUDA devices,
63+
# If the environment variable is set, there may possibly be fewer CUDA devices,
6464
# and each of them should still be found in NVML devices.
6565
assert len(cuda_devices) <= len(nvml_devices)
6666
for cuda_device in cuda_devices:

0 commit comments

Comments
 (0)