Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Sep 15, 2024
1 parent 92529e3 commit af93b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogcore/fiscal.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def D_G_path(r_gov, dg_fixed_values, p):
D[0] = D0_baseline

if p.baseline_spending:
G = p.alpha_bs_G[:T] * Gbaseline[: p.T]
G = p.alpha_bs_G[: p.T] * Gbaseline[: p.T]
else:
G = p.alpha_G[: p.T] * Y[: p.T]

Expand Down

0 comments on commit af93b30

Please sign in to comment.