Skip to content

Commit

Permalink
Merge pull request #94 from jdebacker/cs_inputs
Browse files Browse the repository at this point in the history
Filter parameters for C/S apps
  • Loading branch information
jdebacker authored Mar 6, 2024
2 parents a10faf6 + 872db8d commit 3dbc074
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 3dbc074

Please sign in to comment.