We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf9298 commit 6220f31Copy full SHA for 6220f31
1 file changed
tests/test_unsupported_gpu.py
@@ -20,7 +20,7 @@ def tearDown(self):
20
os.remove(self.output_csv)
21
22
# 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
+ # and we end up with non-zero values for GPU energy and power because
24
# we use the non-NVML code-path in hardware.AppleSiliconChip().
25
@unittest.skipIf(sys.platform == "darwin", "NVML not available on macOS")
26
@patch("codecarbon.core.gpu.pynvml")
0 commit comments