Skip to content

Commit

Permalink
Updated test_inner_loop in test_TPI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 13, 2024
1 parent 5f64455 commit 9130a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test_TPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,11 @@ def test_inner_loop():
r_p = outer_loop_vars_old[2]
w = outer_loop_vars_old[1]
BQ = outer_loop_vars_old[3]
TR = outer_loop_vars_old[4]
theta = outer_loop_vars_old[5]
RM = outer_loop_vars_old[4]
TR = outer_loop_vars_old[5]
theta = outer_loop_vars_old[6]
p_m = np.ones((p.T + p.S, p.M))
outer_loop_vars = (r_p, r, w, p_m, BQ, TR, theta)
outer_loop_vars = (r_p, r, w, p_m, BQ, RM, TR, theta)
test_tuple = TPI.inner_loop(
guesses, outer_loop_vars, initial_values, ubi, j, ind, p
)
Expand Down
Binary file modified tests/test_io_data/tpi_inner_loop_inputs.pkl
Binary file not shown.

0 comments on commit 9130a0a

Please sign in to comment.