From c999fe7d2c6a1f871b86ebe0575686f87c04762e Mon Sep 17 00:00:00 2001 From: Hu Zhao <zhao@mbd.rwth-aachen.de> Date: Wed, 26 Oct 2022 20:30:06 +0200 Subject: [PATCH] test: update temp dir list --- tests/test_clear_temp_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_clear_temp_files.py b/tests/test_clear_temp_files.py index 7f21635..c0a098a 100644 --- a/tests/test_clear_temp_files.py +++ b/tests/test_clear_temp_files.py @@ -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: -- GitLab