Skip to content

Commit 545ca85

Browse files
committed
Removed remaining references to initial_guess_w_SS
1 parent d4d1996 commit 545ca85

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

docs/book/content/intro/parameters.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -851,13 +851,6 @@ _Valid Range:_ min = 0.01 and max = 0.25
851851
_Out-of-Range Action:_ error
852852

853853

854-
#### `initial_guess_w_SS`
855-
_Description:_ Initial guess of w for the SS solution.
856-
_Value Type:_ float
857-
_Valid Range:_ min = 0.01 and max = 5.15
858-
_Out-of-Range Action:_ error
859-
860-
861854
#### `initial_guess_TR_SS`
862855
_Description:_ Initial guess of TR for the SS solution.
863856
_Value Type:_ float

tests/test_SS.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,6 @@ def test_euler_equation_solver(input_tuple, ubi_j, p, expected):
11351135
"initial_guess_TR_SS": 0.04,
11361136
# "initial_guess_r_SS": 0.033092316727737416,
11371137
# "initial_guess_TR_SS": 0.06323878350496814,
1138-
# "initial_guess_w_SS": 1.3320748594894016,
11391138
"initial_guess_factor_SS": 111267.90426318572,
11401139
}
11411140
filename4 = "run_SS_baseline_small_open_use_zeta.pkl"

0 commit comments

Comments
 (0)