Skip to content

Commit

Permalink
Merge pull request #61 from OpenBioSim/feature_let_timeout_change
Browse files Browse the repository at this point in the history
Adds timeout to the list of options allowed to change upon restart
  • Loading branch information
lohedges authored Oct 31, 2024
2 parents f0347a7 + e29bccd commit 669e968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/somd2/runner/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,7 @@ def _compare_configs(config1, config2):
"log_level",
"log_file",
"overwrite",
"timeout",
]
for key in config1.keys():
if key not in allowed_diffs:
Expand Down

0 comments on commit 669e968

Please sign in to comment.