Skip to content

Commit a4b5f45

Browse files
committed
Fix bug in dual fuel reporting
A bug in the variable used to record and report remaining baseline fuel costs for dual fuel measures was fixed.
1 parent a062fb5 commit a4b5f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scout/ecm_prep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9818,7 +9818,7 @@ def partition_microsegment(
98189818
tsv_carb_base * remain_fuel_frac
98199819
fs_energy_cost_eff_remain_switch[yr] = \
98209820
(energy_cost_tot_comp_meas_mkt +
9821-
energy_cost_tot_uncomp_meas) * tsv_ecost_base * \
9821+
energy_cost_tot_uncomp_meas_mkt) * tsv_ecost_base * \
98229822
cost_energy_base[yr] * remain_fuel_frac
98239823

98249824
# Return partitioned stock, energy, and cost mseg information

0 commit comments

Comments
 (0)