Skip to content
Snippets Groups Projects
Commit 767c67fc authored by David Hendriks's avatar David Hendriks
Browse files

ammended stopping handling MC

parent be2f24d2
No related branches found
No related tags found
No related merge requests found
...@@ -555,8 +555,6 @@ class evolution_functions: ...@@ -555,8 +555,6 @@ class evolution_functions:
# Check if evolution threshold is reached. # 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 # 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"]: if self.grid_options["_monte_carlo_threshold_reached"]:
# TODO: Write a correct signalling of stopping the queue while
self.verbose_print( self.verbose_print(
"Monte-Carlo threshold reached. Signaling to stop processing the queue{}", "Monte-Carlo threshold reached. Signaling to stop processing the queue{}",
self.grid_options["verbosity"], self.grid_options["verbosity"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment