Skip to content

Commit f333587

Browse files
hynky1999NathanHB
andauthored
Update tests/metrics/test_metric_requests.py
Co-authored-by: Nathan Habib <[email protected]>
1 parent af8558f commit f333587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/metrics/test_metric_requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def test_pmi_request_with_logprob_metric():
126126
pmi_test_config = get_pmi_task(metrics=metrics)
127127
task = LightevalTask(pmi_test_config.name, pmi_test_config)
128128
result = fake_evaluate_task(task, fake_model, max_samples=1)
129-
# Correc choice after norm should be the second one so 0 acc
129+
# Correct choice after norm should be the second one so 0 acc
130130
assert result[metrics[0].metric_name][0] == 0
131131
assert result[metrics[1].metric_name][0] == 1
132132

0 commit comments

Comments
 (0)