Skip to content

Commit

Permalink
undo debug condition
Browse files Browse the repository at this point in the history
  • Loading branch information
adraismawur committed Aug 22, 2023
1 parent 58a65a6 commit 4ffd61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigscape.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4ffd61b

Please sign in to comment.