Skip to content

Commit

Permalink
Broader defaults for testing doc conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
stiegerb committed Nov 6, 2018
1 parent 56a12ee commit d0860f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testDocConversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ def main(args):
help=("Read ads from this pickle file. "
"If it doesn't exist, query schedds and store "
"them here, then convert them."))
parser.add_argument("--n_docs_to_query", default=100,
parser.add_argument("--n_docs_to_query", default=1000,
type=int, dest="n_docs_to_query",
help=("Number of documents to test on "
"[default: %(default)d]"))
parser.add_argument("--n_schedds_to_query", default=1,
parser.add_argument("--n_schedds_to_query", default=5,
type=int, dest="n_schedds_to_query",
help=("Number of schedds to test on "
"[default: %(default)d]"))
Expand Down

0 comments on commit d0860f4

Please sign in to comment.