Skip to content

Commit

Permalink
Merge pull request #2 from jdebacker/pr-871
Browse files Browse the repository at this point in the history
black formatting
  • Loading branch information
harisjoshi authored Oct 4, 2023
2 parents 263872b + 261e6db commit bd11970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogcore/TPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def twist_doughnut(
n_s = n_guess
chi_n_s = p.chi_n[-length:]
e_s = p.e[-length:, j]
rho_s = np.diag(p.rho[t : t + p.S, :], max(p.S - (s + 1), 0))
rho_s = np.diag(p.rho[t : t + p.S, :], max(p.S - length, 0))

error1 = household.FOC_savings(
r_s,
Expand Down

0 comments on commit bd11970

Please sign in to comment.