From f63e047aae5e392cb77d8914ccf42173061f3c8a Mon Sep 17 00:00:00 2001 From: Jake Smith <jws52@cam.ac.uk> Date: Thu, 30 Jun 2022 14:52:04 +0100 Subject: [PATCH] feat: Upload epi to same folder as dep and env Now that the epi model has been evaluated, parameterised, and EWS-plotting run config have all been agreed. --- ProcessorComponents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessorComponents.py b/ProcessorComponents.py index 6901032..72c1cfa 100644 --- a/ProcessorComponents.py +++ b/ProcessorComponents.py @@ -2074,7 +2074,7 @@ def upload(config,FilesToSend,component): component_path = { 'Environment' : usual_path, 'Deposition' : usual_path, - 'Epidemiology' : f"EPI_{config['StartString']}_0000/", + 'Epidemiology' : usual_path, 'Survey' : f"SURVEYDATA_{config['StartString']}_0000/", 'Advisory' : usual_path } -- GitLab