Select Git revision
grid_based_searches.py
Forked from
Gregory Ashton / PyFstat
Source project has a limited visibility.
-
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.
Gregory Ashton authoredThis 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.