FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 42239d60 authored by L. Bower's avatar L. Bower
Browse files

fixing env suit half fat test (fewer output files now we have switched to...

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)
parent 4837b697
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment