Skip to content

Commit

Permalink
fix: Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyYang0714 committed Aug 30, 2024
1 parent 68c99ce commit 4ca57f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vis4d/engine/callbacks/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def evaluate(self, metric: str) -> MetricLogs:
values are the corresponding evaluated values.
"""
rank_zero_info(
f"Running evaluator {str(self.evaluator)} with {metric} metric... ",
f"Running evaluator {str(self.evaluator)} with {metric} metric... "
)
log_dict = {}

Expand Down

0 comments on commit 4ca57f6

Please sign in to comment.