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.
2 parents 78baaa7 + a3e5ca0 commit 02f536dCopy full SHA for 02f536d
1 file changed
codecarbon/emissions_tracker.py
@@ -181,8 +181,8 @@ def __init__(
181
logger_preamble: Optional[str] = _sentinel,
182
force_cpu_power: Optional[int] = _sentinel,
183
force_ram_power: Optional[int] = _sentinel,
184
- pue: Optional[int] = _sentinel,
185
- wue: Optional[bool] = _sentinel,
+ pue: Optional[float] = _sentinel,
+ wue: Optional[float] = _sentinel,
186
force_mode_cpu_load: Optional[bool] = _sentinel,
187
allow_multiple_runs: Optional[bool] = _sentinel,
188
rapl_include_dram: Optional[bool] = _sentinel,
@@ -1174,7 +1174,7 @@ def track_emissions(
1174
country_2letter_iso_code: Optional[str] = _sentinel,
1175
1176
1177
1178
wue: Optional[float] = _sentinel,
1179
1180
0 commit comments