Skip to content

Commit

Permalink
don't update iit params
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Jun 18, 2024
1 parent 192bfbb commit 0a43488
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/run_og_zaf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ def main():
"cit_rate": [[0.27]],
"tax_func_type": "linear",
"age_specific": False,
"etr_params": [[[0.22]]],
"mtrx_params": [[[0.31]]],
"mtry_params": [[[0.25]]],
# "etr_params": [[[0.22]]],
# "mtrx_params": [[[0.31]]],
# "mtry_params": [[[0.25]]],
"tau_c": [[0.15]],
}
)
Expand Down

0 comments on commit 0a43488

Please sign in to comment.