Skip to content

Commit ac6b380

Browse files
committed
Updates to support np.multiply when dataframes have difference column names
1 parent e9d141e commit ac6b380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/pv/Baseline_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ Baseline6kW Translation:
8787
Ref Cell Raw: [RefCell1R_Avg, RefCell2R_Avg]
8888

8989
Composite Signals:
90-
- DC Current: "np.sum({DC Current 1},axis=1), np.sum({DC Current 2},axis=1)"
91-
- DC Power: "np.multiply({DC Current},{DC Voltage})"
92-
- Inverter Efficiency: "np.divide({AC Power},{DC Power})"
90+
- DC Current: "np.sum({DC Current 1},axis=1), np.sum({DC Current 2}, axis=1)"
91+
- DC Power: "np.multiply({DC Current},{DC Voltage}.values)"
92+
- Inverter Efficiency: "np.divide({AC Power},{DC Power}.values)"
9393

9494
Corrupt Values: [-999]
9595

0 commit comments

Comments
 (0)