From 5e60bb4dd4d3f1433eef7d167ffe25a42263b189 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Thu, 24 Nov 2022 13:46:01 +0000
Subject: [PATCH] putting timestamped output dir back in

---
 tests/integration/test_epi.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/integration/test_epi.py b/tests/integration/test_epi.py
index edf223b..fc8e8ac 100644
--- a/tests/integration/test_epi.py
+++ b/tests/integration/test_epi.py
@@ -21,8 +21,8 @@ class TestEpi(unittest.TestCase):
     @staticmethod
     def write_temp_run_config_files():
         nowstring: str = IntegrationTestUtils.get_now_string()
-        # prefix: str = "temp_epi_" + nowstring
-        prefix: str = "temp_epi_2022-11-23_164339"
+        prefix: str = "temp_epi_" + nowstring
+        # prefix: str = "temp_epi_2022-11-23_164339"
         # prefix: str = ""
 
         default_config = IntegrationTestUtils.DEFAULT_CONFIG_FILE_PATH
-- 
GitLab