Skip to content

Commit

Permalink
Updated test_TPI.py and test_run_example.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Sep 19, 2024
1 parent 3169b8f commit 796a779
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_TPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def test_inner_loop():
filename4 = os.path.join(
CUR_PATH, "test_io_data", "run_TPI_outputs_reform_baseline_spend.pkl"
)
param_updates5 = {"zeta_K": [1.0], "initial_guess_r_SS": 0.10}
param_updates5 = {"zeta_K": [1.0], "initial_guess_r_SS": 0.04}
filename5 = os.path.join(
CUR_PATH, "test_io_data", "run_TPI_outputs_baseline_small_open.pkl"
)
Expand Down
5 changes: 4 additions & 1 deletion tests/test_run_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ def test_run_ogcore_example_output(f=call_run_ogcore_example):
)
# Delete directory created by run_ogcore_example.py
roe_output_dir = os.path.join(
path.parent, "run_examples", "OUTPUT_BASELINE"
path.parent,
"run_examples",
"OG-Core-Example",
"OUTPUT_BASELINE"
)
shutil.rmtree(roe_output_dir)

Expand Down

0 comments on commit 796a779

Please sign in to comment.