From 66e0090327de18321e773796673b6000745300b6 Mon Sep 17 00:00:00 2001
From: David Hendriks <davidhendriks93@gmail.com>
Date: Tue, 1 Jun 2021 16:51:37 +0100
Subject: [PATCH] Updated code to run via queue: complete. Should tidy up the
 output but for now its okay!

---
 binarycpython/utils/grid.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py
index 003503d1a..9911206b5 100644
--- a/binarycpython/utils/grid.py
+++ b/binarycpython/utils/grid.py
@@ -878,7 +878,7 @@ class Population:
         # TODO: build in method to handle with the HPC.
         # Continously fill the queue
         for system_number, system_dict in enumerate(generator):
-            stream_logger.debug(f"producing: {system_number}")  # DEBUG
+            # stream_logger.debug(f"producing: {system_number}")  # DEBUG
             job_queue.put((system_number, system_dict))
 
             # Print current size
-- 
GitLab