Skip to content

Commit fa90c12

Browse files
Apply suggestions from code review
Co-authored-by: daniel-zullo-frequenz <[email protected]> Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 2f0f836 commit fa90c12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ This version ships an experimental version of the **Power Manager**, adds prelim
7171
- Fix rendering of diagrams in the documentation.
7272
- The `__getitem__` magic of the `MovingWindow` is fixed to support the same functionality that the `window` method provides.
7373
- Fixes incorrect implementation of single element access in `__getitem__` magic of `MovingWindow`.
74-
- Fix incorrect grid current calculations in locations where the calculations depeneded on current measurements from an inverter.
74+
- Fix incorrect grid current calculations in locations where the calculations depended on current measurements from an inverter.

src/frequenz/sdk/microgrid/component/_component_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ class InverterData(ComponentData):
232232
"""
233233

234234
current_per_phase: tuple[float, float, float]
235-
"""AC current in Amperes (A) for phase/line 1,2 and 3 respectively.
235+
"""AC current in Amperes (A) for phase/line 1, 2 and 3 respectively.
236236
+ve current means consumption, away from the grid.
237237
-ve current means supply into the grid.
238238
"""

0 commit comments

Comments
 (0)