Skip to content

Commit

Permalink
Fix issue #433
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlangevin committed Nov 12, 2024
1 parent 25b3675 commit 08124a7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scout/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -2945,12 +2945,12 @@ def compete_adj_dicts(self, m, mseg_key, adopt_scheme):
fs_eff_splt[var][1][yr]) if
fs_eff_splt[var][1][yr] != 0 else 1
for yr in self.handyvars.aeo_years}
else:
# All efficient energy remains with original base fuel type
# if there is no fuel switching
for var in ["energy", "cost", "carbon"]:
adj_out_break["efficient fuel splits"][var] = {
yr: 1 for yr in self.handyvars.aeo_years}
else:
# All efficient energy remains with original base fuel type
# if there is no fuel switching
for var in ["energy", "cost", "carbon"]:
adj_out_break["efficient fuel splits"][var] = {
yr: 1 for yr in self.handyvars.aeo_years}
# Case where output breakouts are not split by fuel
else:
# Adjust energy/carbon/cost data
Expand Down

0 comments on commit 08124a7

Please sign in to comment.