Skip to content

Commit

Permalink
pace_corerep: upd help string for --inner-cutoff
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Lysogorskiy committed Nov 22, 2023
1 parent 75300eb commit 0ab8843
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/pace_corerep
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@ def build_parser():
default=10)

parser.add_argument('--inner-cutoff',
help="dictionary of inner cutoff `Al:-0.123 Cu-Cu:-0.456 Al-Cu:auto`,"
" default is zero. If option is `auto`, then it will be extracted from dataset",
help="dictionary of inner cutoff `Al:1.5 Cu-Cu:1.6 Al-Cu:1.55`, default is zero.",
nargs='*', dest="inner_cutoff_dict", default=defaultdict(lambda: 0), action=ParseKwargs)

return parser
Expand Down

0 comments on commit 0ab8843

Please sign in to comment.