There are up to 3 passes available, the `--passes` argument constraint should match.

This commit is contained in:
Lucas Verney 2017-06-14 10:50:02 +02:00
parent f52b07b869
commit 969c6ab0fe
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def parse_args(argv=None):
help="Configuration file to use."
)
parent_parser.add_argument(
"--passes", choices=[0, 1, 2], type=int,
"--passes", choices=[0, 1, 2, 3], type=int,
help="Number of passes to do on the filtered data."
)
parent_parser.add_argument(