From 3afe42062545ca774a1303690c6ed2d85843a6bc Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Fri, 9 Jun 2023 16:57:12 +0100 Subject: [PATCH] modifying the import function of processor_factory. Also modifying the en suit test json config to more fully specify the package name of the timepoint processor --- .../met_extractor/configs/template_operational_config.json | 3 +-- 1 file changed, 1 insertion(+), 2 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 dc8c51c..64c7e6e 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,8 +15,7 @@ { "PROCESSOR_NAME": "RIE", "OUT_FILE_NAME": "RIE", - "PYTHONPATH": "/home/lb584/git/ews_environmental_suitability_v2/", - "CLASSPATH": "ewses_vectorised_timepoint_processor", + "CLASSPATH": "environmental_suitability.ewses_vectorised_timepoint_processor", "CLASSNAME": "EnvSuitColTimePointProcessor", "DEPENDS": [], "TIMEPOINTS_FILE_PATH": "#", -- GitLab