--other_parameters should be an alias to -d
Opened this issue · 0 comments
zshaheen commented
Otherwise, this causes issues.
self.add_argument(
'-d', '--diags', # add '--other_parameters'
type=str,
nargs='+',
dest='other_parameters',
default=[],
help='Path to the other user-defined parameter file.',
required=False)