Skip to content

Commit de3c53a

Browse files
committed
chore: trigger CI re-run
1 parent 7123625 commit de3c53a

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tests/unittests/evaluation/test_final_response_match_v1.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
from google.adk.evaluation.eval_case import Invocation
1818
from google.adk.evaluation.eval_metrics import EvalMetric
19-
from google.adk.evaluation.eval_metrics import PrebuiltMetrics
2019
from google.adk.evaluation.evaluator import EvalStatus
2120
from google.adk.evaluation.final_response_match_v1 import _calculate_rouge_1_scores
2221
from google.adk.evaluation.final_response_match_v1 import _is_latin_script
@@ -142,15 +141,6 @@ def test_rouge_evaluator_multiple_invocations(
142141
assert evaluation_result.overall_eval_status == expected_status
143142

144143

145-
146-
def test_get_metric_info():
147-
"""Test get_metric_info function for response match metric."""
148-
metric_info = RougeEvaluator.get_metric_info()
149-
assert metric_info.metric_name == PrebuiltMetrics.RESPONSE_MATCH_SCORE.value
150-
assert metric_info.metric_value_info.interval.min_value == 0.0
151-
assert metric_info.metric_value_info.interval.max_value == 1.0
152-
153-
154144
# Tests for _is_latin_script function
155145
class TestIsLatinScript:
156146
"""Tests for the _is_latin_script helper function."""

0 commit comments

Comments
 (0)