Commit 6d068b1
committed
Fix consumer power formula
All grid meters have to be summed for this formula but in the current
implemantation there was minus pushed to the operator stack. In this
commit the sign error has been corrected.
Signed-off-by: Matthias Wende <[email protected]>1 parent d05f12d commit 6d068b1
File tree
1 file changed
+1
-1
lines changed- src/frequenz/sdk/timeseries/_formula_engine/_formula_generators
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments