fix typo for district heating with capital D
This commit is contained in:
parent
2e6e9c6802
commit
017c188518
@ -214,7 +214,7 @@ def idees_per_country(ct, year):
|
||||
ct_totals["electricity residential"] = df[47]
|
||||
|
||||
assert df.index[46] == "Derived heat"
|
||||
ct_totals["Derived heat residential"] = df[46]
|
||||
ct_totals["derived heat residential"] = df[46]
|
||||
|
||||
assert df.index[50] == 'Thermal uses'
|
||||
ct_totals["thermal uses residential"] = df[50]
|
||||
|
Loading…
Reference in New Issue
Block a user