Skip to content

Commit

Permalink
PvPowerFormula: Fix comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias L. Baumann <mathias.baumann@frequenz.com>
  • Loading branch information
Marenz committed Aug 18, 2023
1 parent b413dee commit 981e8ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def generate(self) -> FormulaEngine[Power]:
"Subscribing to the resampling actor with a non-existing "
"component id, so that `0` values are sent from the formula."
)
# If there are no PV inverters, we have to send 0 values as the same
# If there are no PV inverters, we have to send 0 values at the same
# frequency as the other streams. So we subscribe with a non-existing
# component id, just to get a `None` message at the resampling interval.
builder.push_component_metric(
Expand Down

0 comments on commit 981e8ef

Please sign in to comment.