From 413cbe10ad9ee7d742e78841fdd63782e83dac6c Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Thu, 30 May 2024 12:40:43 +0100 Subject: [PATCH] turning off csv writing --- ews/coordinator/processor_environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ews/coordinator/processor_environment.py b/ews/coordinator/processor_environment.py index 9dfd8c2..de5d90b 100644 --- a/ews/coordinator/processor_environment.py +++ b/ews/coordinator/processor_environment.py @@ -334,7 +334,7 @@ class ProcessorEnvironment(ProcessorBase): disease_nc_template_arg = rie_template_dir) env_suit_processor.run_params.FILTER_FOR_COUNTRY = (filter_for_country.upper() == "TRUE") - env_suit_processor.run_params.WRITE_CSVS = True + env_suit_processor.run_params.WRITE_CSVS = False # Include further diseases in plotting. In this case the irrigated suitabilite for the rusts. # TODO: move this part out into a config -- GitLab