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

test: update temp file directories

parent 16e3bf8f
Branches
Tags
No related merge requests found
...@@ -17,6 +17,7 @@ def test_clear_temp_files(): ...@@ -17,6 +17,7 @@ def test_clear_temp_files():
os.path.join(dir_test, 'temp_ravaflow_results'), # 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_metropolis_hastings'), # test_metropolis_hasting
os.path.join(dir_test, 'temp_bayes_inference'), # test_bayes_inference os.path.join(dir_test, 'temp_bayes_inference'), # test_bayes_inference
os.path.join(dir_test, 'temp_active_learning') # test_active_learning
] ]
for temp_dir in temp_dirs: 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