Skip to content

Commit

Permalink
format stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGeis committed Feb 23, 2024
1 parent d0dc4e5 commit d4ac3ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/compile_cost_assumptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])


costs_tot.to_csv([v for v in snakemake.output if str(year) in v][0])

0 comments on commit d4ac3ba

Please sign in to comment.