From 896f559145c5464ada7f6fe25ee0950be907e030 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Tue, 20 Jul 2021 13:54:01 +0100
Subject: [PATCH] Updated stuff on binaryfractios

---
 binarycpython/utils/grid.py | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index b4d138ff8..95f049785 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -977,18 +977,6 @@ class Population:
         These resultation dictionaries are then merged and stored as object properties again.
         """
 
-        # TODO: make further use of a queue to handle jobs or at least
-        #   get information on the process ids etc
-        # https://stackoverflow.com/questions/10190981/get-a-unique-id-for-worker-in-python-multiprocessing-pool
-        # https://stackoverflow.com/questions/8640367/python-manager-dict-in-multiprocessing/9536888
-        #   for muting values through dicts
-        # https://python-forum.io/Thread-Dynamic-updating-of-a-nested-dictionary-in-multiprocessing-pool
-        # https://stackoverflow.com/questions/28740955/working-with-pathos-multiprocessing-tool-in-python-and
-
-        # TODO: make good example of how to deal with a result_dict
-        # https://www.programcreek.com/python/example/58176/multiprocessing.Value
-        # https://stackoverflow.com/questions/17377426/shared-variable-in-pythons-multiprocessing
-
         # Set process name
         setproctitle.setproctitle('binarycpython parent process')
         setproctitle.setthreadtitle("binarycpyhon parent thread")
-- 
GitLab