Skip to content

Commit

Permalink
afadfas
Browse files Browse the repository at this point in the history
  • Loading branch information
stitova-idm committed Sep 21, 2023
1 parent be77dd3 commit 841a491
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/ben/example/run_1960-2004/run_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ def _post_run(experiment: Experiment, **kwargs):
None
"""
# wait_until_done = kwargs.get('wait_until_done', None)
print("\nWE MADE IT\n")
print(f"\nexperiment. {experiment.succeeded}\n")
if experiment.succeeded:
print("\nWRITING\n")
with open("ben/example/run_1960-2004/experiment_id.txt", "w") as fd:
Expand Down

0 comments on commit 841a491

Please sign in to comment.