From c2e8589ee4697e07134d76658c07a333713abe66 Mon Sep 17 00:00:00 2001
From: dh00601 <dh00601@surrey.ac.uk>
Date: Tue, 22 Mar 2022 13:22:28 +0000
Subject: [PATCH] small sugestions

---
 binarycpython/utils/grid.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 7ec47378d..162c78850 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -16,8 +16,9 @@ Tasks:
     - TODO: type the private functions
     - TODO: fix the correct object types for the default values of the bse_options
     - TODO: uncomment and implement the HPC functionality
-    - TODO: think of a clean and nice way to unload and remove the custom_logging_info library from memory (and from disk)
-    - TODO: think of a nice way to remove the loaded grid_code/ generator from memory.
+    - TODO: think of a way to unload and remove the custom_logging_info library from memory (and from disk)
+    - TODO: think of a way to remove the loaded grid_code/ generator from memory.
+    - TOOD: Especially this file contains much code that can be split off into smaller bits. Consider looking at the code and doing that
 """
 
 import argparse
-- 
GitLab