Skip to content

Commit d4935b3

Browse files
committed
add filer to spec
1 parent 51b18ac commit d4935b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_SS.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,8 @@ def test_solve_for_j():
595595
"chi_b": [80],
596596
"labor_income_tax_noncompliance_rate": [[0.0]],
597597
"capital_income_tax_noncompliance_rate": [[0.0]],
598+
"income_tax_filer": [[1]],
599+
"wealth_tax_filer": [[1]],
598600
"eta": np.ones((80, 1)) * (1 / 80),
599601
"eta_RM": np.ones((80, 1)) * (1 / 80),
600602
"replacement_rate_adjust": [[1.0]],

0 commit comments

Comments
 (0)