Commit 9d54292
committed
Fix grid current formula generation
Add the formula operator if and only if there is a component to add.
Otherwise, this was adding a `+` operator, but not adding a component
after the `+`.
Signed-off-by: Daniel Zullo <[email protected]>1 parent 6d09aaa commit 9d54292
File tree
1 file changed
+3
-3
lines changed- src/frequenz/sdk/timeseries/formula_engine/_formula_generators
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 55 | | |
59 | 56 | | |
60 | 57 | | |
| |||
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments