Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kampersanda committed Oct 26, 2024
1 parent 5973042 commit 2e684be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/compare_with_trec_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def compare_decimal_places(a: str, b: str, decimal_places: int) -> bool:
("num_q", "n_queries_in_true"),
("num_q", "n_queries_in_pred"),
("num_ret", "n_docs_in_pred"),
("num_rel", "n_true_relevant_docs"),
("num_rel", "n_relevant_docs"),
]
)

Expand Down

0 comments on commit 2e684be

Please sign in to comment.