Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lisazeyen committed Feb 16, 2024
1 parent 8788cac commit ea2ec91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/compile_cost_assumptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2131,7 +2131,8 @@ def prepare_inflation_rate(fn):

# add inflation for 2023
inflation_rate.loc[2023] = 0.064
return inflation_rate.iloc[:,0]/100

return inflation_rate

# %% *************************************************************************
# ---------- MAIN ------------------------------------------------------------
Expand Down

0 comments on commit ea2ec91

Please sign in to comment.