Skip to content

Commit

Permalink
fix: remove print command in ir metric
Browse files Browse the repository at this point in the history
  • Loading branch information
ledong0110 committed Aug 4, 2024
1 parent b6d52f7 commit 3f30252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vieval/tools/metrics/ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def evaluate(self, data: Dict, args, **kwargs) -> (Dict, Dict):
data (Dict): A dictionary containing predictions to be evaluated.
"""
result = {}

refenreces = kwargs["ref_dataset"]
predictions = data["predictions"]

Expand Down

0 comments on commit 3f30252

Please sign in to comment.