From 767c67fc6509c5535445926133f93f499455d2d6 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Tue, 27 Sep 2022 11:29:03 +0100 Subject: [PATCH] ammended stopping handling MC --- .../utils/population_extensions/evolution_functions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/binarycpython/utils/population_extensions/evolution_functions.py b/binarycpython/utils/population_extensions/evolution_functions.py index f2ebea5a1..5b494a69c 100644 --- a/binarycpython/utils/population_extensions/evolution_functions.py +++ b/binarycpython/utils/population_extensions/evolution_functions.py @@ -555,8 +555,6 @@ class evolution_functions: # Check if evolution threshold is reached. # this can be set in the _monte_carlo_sampling_check_mass_threshold function or via _monte_carlo_sampling_check_custom_threshold if self.grid_options["_monte_carlo_threshold_reached"]: - # TODO: Write a correct signalling of stopping the queue while - self.verbose_print( "Monte-Carlo threshold reached. Signaling to stop processing the queue{}", self.grid_options["verbosity"], -- GitLab