From a7031875a99a9c283f1a587881cbfe698305200c Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Mon, 16 Mar 2020 11:04:25 +0000
Subject: [PATCH] small change

---
 binarycpython/utils/grid.py | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 9006ebf5b..05f4f3b1d 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):
-- 
GitLab