From 78846b5e30a2ff20e3a25d19c494246172282f69 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Mon, 16 Mar 2020 19:58:35 +0000 Subject: [PATCH] small updated --- binarycpython/utils/grid.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index 05f4f3b1d..39cadf450 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. -- GitLab