Skip to content

Commit

Permalink
Added requirement for settings file and model name.
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-costas committed Mar 9, 2020
1 parent 2261a23 commit 607fbe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/various.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ def get_argument_parser() \
# ----------------------------------------
[['--model', '-m'], # 1st argument
{'type': str,
'required': True,
'help': 'The name of the model to use. '
'Accepted values are: `baseline`, '
'`baseline_dilated`, `dessed`, '
'`dessed_dilated`'}],
# ----------------------------------------
[['--config-file', '-c'], # 1st argument
{'type': str,
'required': True,
'help': 'The name (without extension) '
'of the YAML file with the settings.'}],
# ---------------------------------
Expand Down

0 comments on commit 607fbe9

Please sign in to comment.