Skip to content
Snippets Groups Projects
Commit c999fe7d authored by Hu Zhao's avatar Hu Zhao
Browse files

test: update temp dir list

parent cd38b0ab
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ def test_clear_temp_files():
os.path.join(dir_test, 'temp_run_ravaflow'), # test_run_ravaflow24
os.path.join(dir_test, 'temp_ravaflow_results'), # test_run_ravaflow24
os.path.join(dir_test, 'temp_metropolis_hastings'), # test_metropolis_hasting
os.path.join(dir_test, 'temp_bayes_inference_grid_approx_1d') # test_bayes_inference
os.path.join(dir_test, 'temp_bayes_inference'), # test_bayes_inference
]
for temp_dir in temp_dirs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment