Skip to content

Commit

Permalink
Update expts_manager/write_Expts_manager_yaml.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Kiss <[email protected]>
  • Loading branch information
minghangli-uni and aekiss authored Sep 26, 2024
1 parent 0297ad4 commit a4f229a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions expts_manager/write_Expts_manager_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,9 +441,9 @@ def write_value(key, value, file, comment=None, indent=0):
{
"key": "check_skipping",
"value": False,
"comment": "\n# Checks if certain runs should be skipped based on pre-existing conditions or results. Currently only valids to nml type.\
"comment": "\n# Checks if certain runs should be skipped based on pre-existing conditions or results. Currently only valid for nml type.\
\n# Default: False.\
\n# Set to 'True' if you want the system to skip runs under specific criteria; otherwise, keep it 'False'. Currently only valids to nml type.\n",
\n# Set to 'True' if you want the system to skip runs under specific criteria; otherwise, keep it 'False'. Currently only valid for nml type.\n",
},
{
"key": "force_restart",
Expand Down

0 comments on commit a4f229a

Please sign in to comment.