Skip to content

Commit 9b0344e

Browse files
committed
shift gn for new structure
1 parent 771a48a commit 9b0344e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_firm.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,8 @@ def test_solve_L(Y, K, Kg, p, method, expected):
10131013
p3 = Specifications()
10141014
p3.psi = 4.0
10151015
p3.g_n_ss = 0.0
1016-
p3.g_n = np.array([-0.01, 0.02, 0.03, 0.0])
1016+
p3.g_n = np.array([0.02, 0.03, 0.0])
1017+
p3.g_n_preTP = -0.01
10171018
p3.T = 3
10181019
p3.g_y = 0.04
10191020
p3.delta = 0.05

0 commit comments

Comments
 (0)