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

fixing the cleanup of the grid object

parent e7b24475
No related branches found
No related tags found
No related merge requests found
...@@ -570,8 +570,13 @@ class Population( ...@@ -570,8 +570,13 @@ class Population(
self.grid_options[x] = False self.grid_options[x] = False
self.grid_options["_system_generator"] = None self.grid_options["_system_generator"] = None
self.grid_options["_failed_systems_error_codes"] = [] self.grid_options["_failed_systems_error_codes"] = []
self.grid_options["_queue_done"] = False
self.grid_options["stop_queue"] = False
self.grid_options["_job_crashed"] = False
# TODO: calls to clean up functions for each evolution type # TODO: calls to clean up functions for each evolution type
self.grid_options["_monte_carlo_threshold_reached"] = False
self.grid_options["_monte_carlo_current_total_mass_evolved"] = 0
def _dry_run(self): def _dry_run(self):
""" """
......
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