Skip to content

Commit

Permalink
Updated test_TPI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 12, 2024
1 parent 41d54a0 commit dca00b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_TPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ def test_run_TPI(baseline, param_updates, filename, tmpdir, dask_client):
(True, {}, filename1),
(False, param_updates4, filename4),
(True, param_updates8, filename8),
(True, param_updates9, filename9),
]
id_list = [
"Baseline, balanced budget",
Expand All @@ -638,6 +639,7 @@ def test_run_TPI(baseline, param_updates, filename, tmpdir, dask_client):
"Baseline",
"Reform, baseline spending",
"Baseline, Kg>0",
"mono tax functions",
]


Expand Down

0 comments on commit dca00b1

Please sign in to comment.