From 4ffd61b5db1836dfb0b799654ed7bf0c7db9041f Mon Sep 17 00:00:00 2001 From: Arjan Draisma Date: Tue, 22 Aug 2023 15:21:54 +0200 Subject: [PATCH] undo debug condition --- bigscape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigscape.py b/bigscape.py index ea576759..3202268e 100644 --- a/bigscape.py +++ b/bigscape.py @@ -51,7 +51,7 @@ def load_data(run: RunParameters): profiler = Profiler(run.output.profile_path) profiler.start() - if False: + if run.output.db_path.exists(): logging.info("Loading existing run from disk...") DB.load_from_disk(run.output.db_path)