Skip to content

Commit 8432c9d

Browse files
authored
Fix typo in nvbug5880275 (#1813)
1 parent 992856b commit 8432c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_bindings/tests/nvml/test_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_get_nv_link_supported_bw_modes(all_devices):
7272
for device in all_devices:
7373
with unsupported_before(device, None):
7474
modes = nvml.device_get_nvlink_supported_bw_modes(device)
75-
assert isinstance(modes, nvml.NvlinkSupportedBWModes_v1)
75+
assert isinstance(modes, nvml.NvlinkSupportedBwModes_v1)
7676
# #define NVML_NVLINK_TOTAL_SUPPORTED_BW_MODES 23
7777
assert len(modes.bw_modes) <= 23
7878
assert not hasattr(modes, "total_bw_modes")

0 commit comments

Comments
 (0)