Fix file name

This commit is contained in:
ekatef 2023-10-11 21:43:51 +03:00
parent fcef194566
commit 460fa00b28

View File

@ -1960,7 +1960,7 @@ def add_heat(n, costs):
# demand 'dE' [per unit of original heat demand] for each country and
# different retrofitting strengths [additional insulation thickness in m]
retro_data = pd.read_csv(
snakemake.input.retro_cost_energy,
snakemake.input.retro_cost,
index_col=[0, 1],
skipinitialspace=True,
header=[0, 1],