From 4d100d72efdf8540f2b0827f7d5087301319c88b Mon Sep 17 00:00:00 2001
From: dh00601 <dh00601@surrey.ac.uk>
Date: Sun, 28 Nov 2021 10:46:36 +0000
Subject: [PATCH] not sure

---
 binarycpython/utils/distribution_functions.py | 2 +-
 binarycpython/utils/functions.py              | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/binarycpython/utils/distribution_functions.py b/binarycpython/utils/distribution_functions.py
index cdb941bb4..b0369aa0a 100644
--- a/binarycpython/utils/distribution_functions.py
+++ b/binarycpython/utils/distribution_functions.py
@@ -13,7 +13,7 @@ There are distributions for the following parameters:
 Tasks:
     - TODO: make some things globally present? rob does this in his module..i guess it saves
         calculations but not sure if I'm gonna do that now
-    - TODO: add eccentricity distribution: thermal
+    - TODO: add eccentricity distribution: thermal, Mathieu eccentricity
     - TODO: Add SFH distributions depending on redshift
     - TODO: Add metallicity distributions depending on redshift
     - TODO: Add initial rotational velocity distributions
diff --git a/binarycpython/utils/functions.py b/binarycpython/utils/functions.py
index 1480a418e..0a1211067 100644
--- a/binarycpython/utils/functions.py
+++ b/binarycpython/utils/functions.py
@@ -449,11 +449,9 @@ def remove_file(file: str, verbosity: int = 0) -> None:
             1,
         )
 
-
 def get_username():
     return psutil.Process().username()
 
-
 def temp_dir(*args: str) -> str:
     """
     Function to create directory within the TMP directory of the file system
-- 
GitLab