diff --git a/binarycpython/utils/population_extensions/Moe_di_Stefano_2017.py b/binarycpython/utils/population_extensions/Moe_di_Stefano_2017.py index 2988cbf3e1d74c052ac328b7d913036efcde7b24..c4658bb8c170385bbe9f6a85101202c3ad65e421 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