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.
noqa: DOC502
1 parent 0aa3c8a commit 1c93bd4Copy full SHA for 1c93bd4
src/frequenz/sdk/timeseries/_formula_engine/_formula_generators/_pv_power_formula.py
@@ -17,8 +17,9 @@
17
class PVPowerFormula(FormulaGenerator[Power]):
18
"""Creates a formula engine for calculating the PV power production."""
19
20
- def generate( # noqa: DOC502 (ComponentNotFound and RuntimeError are raised
21
- # indirectly by _get_pv_power_components)
+ def generate( # noqa: DOC502
+ # * ComponentNotFound is raised indirectly by _get_pv_power_components
22
+ # * RuntimeError is also raised indirectly by _get_pv_power_components
23
self,
24
) -> FormulaEngine[Power]:
25
"""Make a formula for the PV power production of a microgrid.
0 commit comments