Skip to content
  • Gregory Ashton's avatar
    Allow use of generator in grid based searches · f93e27b1
    Gregory Ashton authored
    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.
    f93e27b1