Skip to content

Commit 0ddf742

Browse files
committed
Remove outdated comments about default values for *_pool priority
`priority` has become a required parameter and no longer has a default value. Signed-off-by: Sahas Subramanian <[email protected]>
1 parent a31c845 commit 0ddf742

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/frequenz/sdk/microgrid/_data_pipeline.py

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,7 @@ def ev_charger_pool(
518518
propose different power values for the same set of EV chargers.
519519
520520
!!! note
521-
When specifying priority, bigger values indicate higher priority. The default
522-
priority is the lowest possible value.
521+
When specifying priority, bigger values indicate higher priority.
523522
524523
It is recommended to reuse the same instance of the `EVChargerPool` within the
525524
same actor, unless they are managing different sets of EV chargers.
@@ -558,8 +557,7 @@ def battery_pool(
558557
propose different power values for the same set of batteries.
559558
560559
!!! note
561-
When specifying priority, bigger values indicate higher priority. The default
562-
priority is the lowest possible value.
560+
When specifying priority, bigger values indicate higher priority.
563561
564562
It is recommended to reuse the same instance of the `BatteryPool` within the
565563
same actor, unless they are managing different sets of batteries.
@@ -598,8 +596,7 @@ def pv_pool(
598596
propose different power values for the same set of PV inverters.
599597
600598
!!! note
601-
When specifying priority, bigger values indicate higher priority. The default
602-
priority is the lowest possible value.
599+
When specifying priority, bigger values indicate higher priority.
603600
604601
It is recommended to reuse the same instance of the `PVPool` within the same
605602
actor, unless they are managing different sets of PV inverters.

0 commit comments

Comments
 (0)