From 58148969775f8c5515b5a6dcdc56902c0d8cd23e Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 16 May 2024 13:10:00 +0100 Subject: [PATCH] removing redundant fields from config --- .../met_extractor/configs/template_operational_config.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_data/test_deployment/regions/EastAfrica/resources/met_extractor/configs/template_operational_config.json b/tests/test_data/test_deployment/regions/EastAfrica/resources/met_extractor/configs/template_operational_config.json index 3c72094..9598bdb 100644 --- a/tests/test_data/test_deployment/regions/EastAfrica/resources/met_extractor/configs/template_operational_config.json +++ b/tests/test_data/test_deployment/regions/EastAfrica/resources/met_extractor/configs/template_operational_config.json @@ -15,7 +15,7 @@ { "PROCESSOR_NAME": "RIE", "OUT_FILE_NAME": "RIE", - "CLASSPATH": "environmental_suitability.ewses_vectorised_timepoint_processor", + "CLASSPATH": "ews.environmental_suitability.ewses_vectorised_timepoint_processor", "CLASSNAME": "EnvSuitColTimePointProcessor", "DEPENDS": [], "TIMEPOINTS_FILE_PATH": "#", @@ -50,11 +50,8 @@ ] }, "TIMEPOINTS_FILE_PATH": "#", - "TIME_INCREMENT": 4, - "MERGE_CHUNK_SIZE": 400, "OUTPUT_DIR": "#", "SPATIAL_POINTS_FILE_PATH": "#", - "SLURM": "TRUE", "FIELD_NAME_CONSTANTS_PATH": "#", "NCDF_DIR_PATH": "#", "RECURSIVE_SEARCH": "FALSE" -- GitLab