From d4ac3ba882ef56110d46534bd2d19d0aa08815e5 Mon Sep 17 00:00:00 2001 From: JulianGeis Date: Fri, 23 Feb 2024 12:27:10 +0100 Subject: [PATCH] format stuff --- scripts/compile_cost_assumptions.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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