Skip to content

Commit

Permalink
change from defaults to be consistent with cached tax funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Aug 22, 2024
1 parent 832dfe8 commit 57791a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def test_read_tax_func_estimate_error():
def test_read_tax_func_estimate():
p = ogcore.Specifications()
p.BW = 11
p.tax_func_type = "DEP"
p.start_year = 2021
tax_func_path = os.path.join(
CUR_PATH, "test_io_data", "TxFuncEst_policy.pkl"
)
Expand Down

0 comments on commit 57791a5

Please sign in to comment.