Skip to content

Commit

Permalink
Fixed help text for -s arg
Browse files Browse the repository at this point in the history
  • Loading branch information
apmcleod committed Dec 18, 2019
1 parent c234f4e commit e057274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baselines/rule_based.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def parse_args():
parser.add_argument("-i", "--input", default='acme', help='The '
'base directory of the ACME dataset to use as input.')
parser.add_argument("-s", "--seq_len", type=int, default=250,
help="maximum sequence length.")
help="maximum sequence length for a pianoroll.")
parser.add_argument("--reformat", action="store_true", help="Force the "
"creation of the pianoroll csvs, even if they "
"already exist.")
Expand Down

0 comments on commit e057274

Please sign in to comment.