Skip to content

Commit ea2ec91

Browse files
committed
fix bug
1 parent 8788cac commit ea2ec91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/compile_cost_assumptions.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2131,7 +2131,8 @@ def prepare_inflation_rate(fn):
21312131

21322132
# add inflation for 2023
21332133
inflation_rate.loc[2023] = 0.064
2134-
return inflation_rate.iloc[:,0]/100
2134+
2135+
return inflation_rate
21352136

21362137
# %% *************************************************************************
21372138
# ---------- MAIN ------------------------------------------------------------

0 commit comments

Comments
 (0)