diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index 9006ebf5b6811110d4c2ad44f51c22dac401d5cc..05f4f3b1d58c58880564d172282e717596dcc681 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -12,9 +12,8 @@ import multiprocessing as mp from pathos.multiprocessing import ProcessingPool as Pool import binary_c_python_api - - import binarycpython + from binarycpython.utils.grid_options_defaults import grid_options_defaults_dict from binarycpython.utils.custom_logging_functions import ( autogen_C_logging_code, @@ -30,10 +29,7 @@ from binarycpython.utils.functions import ( # Todo-list -# DONE: add functionality to parse cmdline args # TODO: add functionality to 'on-init' set arguments -# DONE: add functionality to export the arg string. -# DONE: add functionality to export all the options # TODO: add functionality to return the initial_abundance_hash # TODO: add functionality to return the isotope_hash @@ -43,12 +39,8 @@ from binarycpython.utils.functions import ( # TODO: add functionality to return the source_list # TODO: add functionality to return the ensemble_list # TODO: change the grid_options dict structure so that there is room for descriptions -# DONE: add verbosity options -# DONE: add functionality to return the evcode_version_string # Make this function also an API call. Doest seem to get written to a buffer that is stored into a python object. rather its just written to stdout -# DONE: add functionality to return the evcode_args_list -# DONE: add grid generation script class Population(object):