FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d93f5a3c authored by J.W. Smith's avatar J.W. Smith
Browse files

fix: Remove test case variable

parent 55d27e19
No related branches found
No related tags found
No related merge requests found
......@@ -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.'''
......
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