Skip to content
Snippets Groups Projects
Commit f93e27b1 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Allow use of generator in grid based searches

This updates get_input_data_array. First, the list of possible search
parameters is defined as a list of strings in the class itself avoiding
repeated definitions of get_input_data_array. Second, is `args.clean == True`
then the input_data is not generated as an array, but a generator. For
large arrays this avoids memory issues.
parent 00b0e770
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment