Skip to content

Commit

Permalink
zetas and r_gov params in defaults, not example script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Aug 28, 2024
1 parent 942669f commit a973a1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions examples/run_og_usa.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ def main():
"mtry_params": d["mtry_params"],
"mean_income_data": d["mean_income_data"],
"frac_tax_payroll": d["frac_tax_payroll"],
"r_gov_shift": [-0.005],
"r_gov_scale": [0.0],
"zeta_K": [0.5],
"zeta_D": [0.5],
}
p.update_specifications(updated_params)
# Run model
Expand Down
2 changes: 1 addition & 1 deletion ogusa/ogusa_default_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"world_int_rate_annual": [0.04],
"initial_foreign_debt_ratio": 0.4,
"zeta_D": [0.4],
"zeta_K": [0.1],
"zeta_K": [0.5],
"tG1": 20,
"tG2": 256,
"alpha_T": [0.052],
Expand Down

0 comments on commit a973a1f

Please sign in to comment.