Skip to content

Commit 6220f31

Browse files
ciancbenoit-cty
authored andcommitted
Fix typo
1 parent cbf9298 commit 6220f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_unsupported_gpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def tearDown(self):
2020
os.remove(self.output_csv)
2121

2222
# If we run this on macOS, NVMLError_NotSupported has no effect
23-
# and we end up with non-zero valus for GPU energy and power because
23+
# and we end up with non-zero values for GPU energy and power because
2424
# we use the non-NVML code-path in hardware.AppleSiliconChip().
2525
@unittest.skipIf(sys.platform == "darwin", "NVML not available on macOS")
2626
@patch("codecarbon.core.gpu.pynvml")

0 commit comments

Comments
 (0)