FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 413cbe10 authored by L. Bower's avatar L. Bower
Browse files

turning off csv writing

parent 4f391ae0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment