Skip to content

Commit d4ac3ba

Browse files
committed
format stuff
1 parent d0dc4e5 commit d4ac3ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/compile_cost_assumptions.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -2348,6 +2348,4 @@ def prepare_inflation_rate(fn):
23482348
costs_tot.sort_index(inplace=True)
23492349
costs_tot.loc[:,'value'] = round(costs_tot.value.astype(float),
23502350
snakemake.config.get("ndigits", 2))
2351-
costs_tot.to_csv([v for v in snakemake.output if str(year) in v][0])
2352-
2353-
2351+
costs_tot.to_csv([v for v in snakemake.output if str(year) in v][0])

0 commit comments

Comments
 (0)