diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 05f4f3b1d58c58880564d172282e717596dcc681..39cadf4504a01b1abef58d1f55dbce11619ce4c2 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -687,19 +687,15 @@ class Population(object):
     
         dry_run: when True, it will return the starcount at the end so that we know what the total amount of systems is.
 
-
         The phasevol values are handled by generating a second array
 
 
         # DONE: make a generator for this.  
         # TODO: Add correct logging everywhere
-        # TODO: add different types of grid. 
-        # TODO: add part to handle separation if orbital_period is added
-        # TODO: add part to calculate probability
-        # TODO: add part to correctly set the values with the spacingsfunctions. 
-        # TODO: add phasevol correctly
+        # TODO: add part to handle separation if orbital_period is added. Idea. use default values for orbital parameters and possibly overwrite those or something.
         # TODO: add centering center left right for the spacing
         # TODO: add sensible description to this function.
+        # TODO: Check whether all the probability and phasevol values are correct.
 
         Results in a generated file that contains a system_generator function.