Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Aug 6, 2024
2 parents 6afe818 + 5a7ae71 commit aba7c2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions premise/heat.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,7 @@ def regionalize_heat_production(self):
geo_mapping = None
if heat_tech == "heat, from natural gas (market)":
geo_mapping = {
r: "Europe without Switzerland"
for r in self.regions
r: "Europe without Switzerland" for r in self.regions
}

new_ds = self.fetch_proxies(
Expand Down

0 comments on commit aba7c2e

Please sign in to comment.