We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6417f78 commit c8582baCopy full SHA for c8582ba
tests/test_cpu_load.py
@@ -31,7 +31,7 @@ def test_cpu_total_power_process(
31
self.assertGreaterEqual(power.W, 0.0)
32
33
@mock.patch(
34
- "codecarbon.external.hardware.CPU._get_power_from_cpu_load",
+ "codecarbon.external.cpu.CPU._get_power_from_cpu_load",
35
return_value=Power.from_watts(50),
36
)
37
def test_cpu_total_power(
0 commit comments