From a010cef299400825422d1d5f57d8cbd208a9a744 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Sun, 16 Oct 2022 13:52:03 +0100 Subject: [PATCH] added tasks --- .../utils/population_extensions/Moe_di_Stefano_2017.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/binarycpython/utils/population_extensions/Moe_di_Stefano_2017.py b/binarycpython/utils/population_extensions/Moe_di_Stefano_2017.py index 2988cbf3e..c4658bb8c 100644 --- a/binarycpython/utils/population_extensions/Moe_di_Stefano_2017.py +++ b/binarycpython/utils/population_extensions/Moe_di_Stefano_2017.py @@ -2,6 +2,8 @@ Module containing the functions to handle the Moe&Distrefano data This class object is an extension to the population grid object + +TODO: The values from M&S are from bincenters, but our method makes it that the bincenter value is used as an edge value. So e.g. taking an eccentricity of 0.04 wll give 0 because its lower than the 0.05 (minimum) point. But it should probably give a value, even if we choose eccentricity = 0 """ # pylint: disable=E1101 -- GitLab