Skip to content

Commit aadd11c

Browse files
Copilotm7md7sien
andauthored
Remove redundant assertions from test_both_aliases_normalized_and_evaluated
Co-authored-by: m7md7sien <16615690+m7md7sien@users.noreply.github.com>
1 parent 106ac42 commit aadd11c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

sdk/evaluation/azure-ai-evaluation/tests/unittests/test_task_navigation_efficiency_evaluators.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,10 +467,6 @@ def test_both_aliases_normalized_and_evaluated(self):
467467

468468
result = evaluator(actions=actions, expected_actions=expected_actions)
469469
assert result["task_navigation_efficiency_passed"] is True
470-
assert result["task_navigation_efficiency_result"] == "pass"
471-
assert result["task_navigation_efficiency_properties"]["precision_score"] == 1.0
472-
assert result["task_navigation_efficiency_properties"]["recall_score"] == 1.0
473-
assert result["task_navigation_efficiency_properties"]["f1_score"] == 1.0
474470

475471
def test_alias_inputs_mismatch(self):
476472
"""Test that alias inputs produce a failing result when actions do not match expected_actions."""

0 commit comments

Comments
 (0)