Skip to content

Commit

Permalink
1.5.2 modify select
Browse files Browse the repository at this point in the history
  • Loading branch information
aboys-cb committed Dec 23, 2024
1 parent e51a68b commit c9237dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NepTrain/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def build_select(subparsers):

parser_select.add_argument("trajectory_paths",
nargs="+",
help="The trajectory file needed for sampling is in xyz format.")
help="The trajectory files needed for sampling is in xyz format.")


parser_select.add_argument("--base", "-base",
Expand Down

0 comments on commit c9237dc

Please sign in to comment.