Skip to content

Commit 3dd631c

Browse files
committed
Make ShiftingMatryoshka the default power manager algorithm
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent ce5cc9b commit 3dd631c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/microgrid/_power_managing/_power_managing_actor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__( # pylint: disable=too-many-arguments
4343
component_type: ComponentType | None = None,
4444
# arguments to actors need to serializable, so we pass an enum for the algorithm
4545
# instead of an instance of the algorithm.
46-
algorithm: Algorithm = Algorithm.MATRYOSHKA,
46+
algorithm: Algorithm = Algorithm.SHIFTING_MATRYOSHKA,
4747
):
4848
"""Create a new instance of the power manager.
4949

0 commit comments

Comments
 (0)