FAQ | This is a LIVE service | Changelog

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

fixing tests - adding wheat_group as a mandatory argument

parent 78193fb4
No related branches found
No related tags found
No related merge requests found
......@@ -158,16 +158,16 @@ class ProcessorDeposition(ProcessorBase):
depo_plotting_run_config_file_arg = run_config,
depo_plotting_normalized_run_config_file_arg = run_config_norm,
name_file_wildcard_arg = name_file_wildcard,
wheat_group_arg = wheat_group,
wheat_sources_dir_arg = deposition_path,
output_dir_arg = output_dir,
issue_date_arg = run_date_string,
extraction_file_prefix_arg = extraction_file_prefix)
extraction_file_prefix_arg = extraction_file_prefix,
wheat_group_display_name_arg = wheat_group_display)
# asia/east africa env suit should not perform normalization, false gets passed here for these areas
depo_processor.name_extract_params.NORMALIZE = (normalize.upper() == "TRUE")
depo_processor.depo_run_params.WHEAT_GROUP = wheat_group
depo_processor.depo_run_params.WHEAT_GROUP_DISPLAY = wheat_group_display
depo_processor.process()
......
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