From 42239d60eb4da3beeea23989afd4968af90567e2 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Thu, 28 Sep 2023 14:29:19 +0100
Subject: [PATCH] fixing env suit half fat test (fewer output files now we have
 switched to using the mean of daily max as standard for env suit)

---
 tests/integration/partial/test_env_suit.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/integration/partial/test_env_suit.py b/tests/integration/partial/test_env_suit.py
index 9ae264a..4e41acc 100644
--- a/tests/integration/partial/test_env_suit.py
+++ b/tests/integration/partial/test_env_suit.py
@@ -20,8 +20,8 @@ class TestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
         IntegrationTestUtils.TEST_START_DATE = "20221001"
         IntegrationTestUtils.TEST_JOB_DIR = "ENVIRONMENT_2.0_" + IntegrationTestUtils.TEST_START_DATE
 
-        self.EA_CSV_COUNT = 30
-        self.ETH_CSV_COUNT = 30
+        self.EA_CSV_COUNT = 18
+        self.ETH_CSV_COUNT = 18
         self.EA_PNG_COUNT = 6
         self.ETH_PNG_COUNT = 6
 
@@ -41,8 +41,8 @@ class TestEnvSuit(BaseEnvSuitTestSuite.EnvSuitTestSuite):
     @staticmethod
     def write_temp_run_config_file():
         nowstring: str = IntegrationTestUtils.get_now_string()
-        prefix: str = "temp_env_" + nowstring
-        # prefix: str = "temp_env"
+        # prefix: str = "temp_env_" + nowstring
+        prefix: str = "temp_env"
 
         default_config = IntegrationTestUtils.DEFAULT_CONFIG_FILE_PATH
         default_config_dict: dict = IntegrationTestUtils.load_json_file(default_config)
-- 
GitLab