From d93f5a3c99dc36620ad260aa8be5b6e6d5df6100 Mon Sep 17 00:00:00 2001 From: jws52 <jws52@cam.ac.uk> Date: Mon, 5 Feb 2024 12:37:07 +0000 Subject: [PATCH] fix: Remove test case variable --- coordinator/ProcessorSurveysODKSA.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/coordinator/ProcessorSurveysODKSA.py b/coordinator/ProcessorSurveysODKSA.py index 4ba4784..354c0de 100644 --- a/coordinator/ProcessorSurveysODKSA.py +++ b/coordinator/ProcessorSurveysODKSA.py @@ -49,7 +49,7 @@ COLUMN_PARSER_DICT = { 'site_information-field_size' : 'site_information-field_size', # requires conversion later 'site_information-variety' : 'site_information-variety', 'site_information-growth_stage' : 'site_information-growth_stage', - 'other_crop' : 'None', + #'other_crop' : 'None', 'survey_infromation-location_name' : 'survey_infromation-location_name', 'survey_infromation-location_blast' : 'survey_infromation-location_blast', 'survey_infromation-sampColor' : 'survey_infromation-sampColor', @@ -101,15 +101,6 @@ COLUMN_PARSER_DICT = { 'KEY' : 'KEY', } - - - -COLUMN_PARSER_DICT = { - - 'site_information-field_area' : 'site_information-field_area', - - } - def get_ODK_SA_form_as_csv(form_credentials: dict, jobPath: str, config: dict, status): '''Given a dict with a single ODK form to download from an ODK Aggregate server with South Asia formatting, obtains it and converts to csv.''' -- GitLab