From 50d3642b3226a8d0ca8244ebad2843571bc1dcce Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 27 Sep 2022 12:10:43 +0100
Subject: [PATCH] test commit

---
 ProcessorEpidemiology.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProcessorEpidemiology.py b/ProcessorEpidemiology.py
index f8c9cb5..76daa9f 100644
--- a/ProcessorEpidemiology.py
+++ b/ProcessorEpidemiology.py
@@ -39,7 +39,7 @@ logger = logging.getLogger('Processor.Epi')
 add_filters_to_sublogger(logger)
 
 def calc_epi_date_range(init_str,span_days=[0,6]):
-    '''Date range is determined relative to init_date.
+    '''Date range is  determined relative to init_date.
     span_days is usually defined in the job config file. Day zero is current
     day, negative values point to past (historical or analysis) days, and
     positive values point to forecast days.
-- 
GitLab