mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
[fix] precommit not happy
This commit is contained in:
parent
9c955f5b3c
commit
daa3b309f2
2 changed files with 0 additions and 2 deletions
|
|
@ -119,7 +119,6 @@ def test_cryptarithm_score_answer():
|
|||
score = dataset.score_answer(answer=correct_answer_str, answer_str=correct_answer_str)
|
||||
assert score == 1.0, f"Expected 1.0 for perfectly correct answer, got {score}"
|
||||
|
||||
|
||||
# 3) Mismatch number of pairs => score should be 0.1
|
||||
# For instance, drop the last pair
|
||||
splitted = correct_answer_str.split(",")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue