Skip to content

Commit

Permalink
filter out OG-USA parameters that are large or cannot be separately c…
Browse files Browse the repository at this point in the history
…hanged
  • Loading branch information
jdebacker committed Mar 3, 2024
1 parent a10faf6 commit 872db8d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cs-config/cs_config/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,20 @@ def get_inputs(meta_param_dict):
"gamma",
"epsilon",
"start_year",
"e",
"chi_n",
"omega_SS",
"omega_S_preTP",
"omega",
"rho",
"imm_rates",
"g_n",
"g_n_ss",
"etr_params",
"mtrx_params",
"mtry_params",
"frac_tax_payroll",
"mean_income_data",
]
for k, v in ogusa_params.dump().items():
if (
Expand Down

0 comments on commit 872db8d

Please sign in to comment.