Skip to content

Commit

Permalink
Change default to setting also used in the "official" evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
arjenpdevries committed Jun 18, 2019
1 parent 7567a17 commit 85b13df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def str_to_bool(s):
help="the subset of topic ids to use for testing")
parser_search.add_argument("--opts", nargs="+", default="", type=str, help="the args passed to the search script")
parser_search.add_argument("--timings", action="store_true", help="enable timing information to be printed")
parser_search.add_argument("--measures", nargs="+", default=["num_q", "map", "P.30"], type=str, help="the measures for trec_eval")
parser_search.add_argument("--measures", nargs="+", default=["num_q", "map", "P.5"], type=str, help="the measures for trec_eval")

# Specific to interact
parser_interact = parser_sub.add_parser("interact")
Expand Down

0 comments on commit 85b13df

Please sign in to comment.