Skip to content

Commit

Permalink
fix typo build_base_energy_totals.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemakhalek authored May 4, 2024
1 parent 10956b0 commit 28a1c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_base_energy_totals.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def calc_sector(sector):
"Motor Gasoline",
"Liquefied petroleum gas (LPG)",
]
gas_fuels = ["Natural gas (including LNG)", "Gasworks Gas", "Natural gas (including LNG)"]
gas_fuels = ["Natural gas (including LNG)", "Gasworks Gas", "Natural Gas (including LNG)"]
biomass_fuels = ["Biodiesel", "Biogases", "Fuelwood"]
other_fuels = ["Charcoal", "Brown coal briquettes", "Other bituminous coal"]
heat = ["Heat", "Direct use of geothermal heat", "Direct use of solar thermal heat"]
Expand Down

0 comments on commit 28a1c0a

Please sign in to comment.