Skip to content

Commit 2192f7c

Browse files
Bill-BeckerCopilot
andauthored
Remove comment about asking Bhavesh
Co-authored-by: Copilot <[email protected]>
1 parent 6b0435a commit 2192f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reoptjl/custom_table_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@
17981798
"scenario_value": lambda df: ""
17991799
},
18001800
{
1801-
"label": "January Total Bill Cost ($)", # not sure if we have a monthly total bill cost output in REopt -- need to ask Bhavesh
1801+
"label": "January Total Bill Cost ($)",
18021802
"key": "january_total_bill_cost",
18031803
"bau_value": lambda df: "",
18041804
"scenario_value": lambda df: safe_get(df, "outputs.ElectricTariff.monthly_fixed_cost.0") + safe_get(df, "outputs.ElectricTariff.monthly_energy_cost_series_before_tax.0") + safe_get(df, "outputs.ElectricTariff.monthly_demand_cost_series_before_tax.0")

0 commit comments

Comments
 (0)