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.
1 parent 651dc7b commit 0eba006Copy full SHA for 0eba006
src/frequenz/sdk/timeseries/_formula_engine/_formula_generators/_pv_power_formula.py
@@ -40,7 +40,7 @@ def generate(self) -> FormulaEngine[Power]:
40
"Subscribing to the resampling actor with a non-existing "
41
"component id, so that `0` values are sent from the formula."
42
)
43
- # 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
44
# frequency as the other streams. So we subscribe with a non-existing
45
# component id, just to get a `None` message at the resampling interval.
46
builder.push_component_metric(
0 commit comments