Fix file name
This commit is contained in:
parent
fcef194566
commit
460fa00b28
@ -1960,7 +1960,7 @@ def add_heat(n, costs):
|
|||||||
# demand 'dE' [per unit of original heat demand] for each country and
|
# demand 'dE' [per unit of original heat demand] for each country and
|
||||||
# different retrofitting strengths [additional insulation thickness in m]
|
# different retrofitting strengths [additional insulation thickness in m]
|
||||||
retro_data = pd.read_csv(
|
retro_data = pd.read_csv(
|
||||||
snakemake.input.retro_cost_energy,
|
snakemake.input.retro_cost,
|
||||||
index_col=[0, 1],
|
index_col=[0, 1],
|
||||||
skipinitialspace=True,
|
skipinitialspace=True,
|
||||||
header=[0, 1],
|
header=[0, 1],
|
||||||
|
Loading…
Reference in New Issue
Block a user