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.
print()
1 parent 390096c commit c3418aaCopy full SHA for c3418aa
src/frequenz/sdk/power/_distribution_algorithm.py
@@ -360,7 +360,6 @@ def _distribute_power( # pylint: disable=too-many-arguments
360
)
361
362
distribution: Dict[int, float] = {}
363
- print(f"{power_w=}")
364
# sum_ratio == 0 means that all batteries are fully charged / discharged
365
if is_close_to_zero(sum_ratio):
366
distribution = {inverter.component_id: 0 for _, inverter in components}
0 commit comments