diff --git a/scripts/compile_cost_assumptions.py b/scripts/compile_cost_assumptions.py index cb5fa5d8..e962a1d0 100644 --- a/scripts/compile_cost_assumptions.py +++ b/scripts/compile_cost_assumptions.py @@ -2348,6 +2348,4 @@ def prepare_inflation_rate(fn): costs_tot.sort_index(inplace=True) costs_tot.loc[:,'value'] = round(costs_tot.value.astype(float), snakemake.config.get("ndigits", 2)) - costs_tot.to_csv([v for v in snakemake.output if str(year) in v][0]) - - \ No newline at end of file + costs_tot.to_csv([v for v in snakemake.output if str(year) in v][0]) \ No newline at end of file