mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
[fix] precommit not happy
This commit is contained in:
parent
407b212326
commit
44559aac95
2 changed files with 0 additions and 2 deletions
|
|
@ -236,7 +236,6 @@ class CryptarithmDataset(ProceduralDataset):
|
|||
alphabet, number = pair.split("=")
|
||||
correct_mapping[alphabet] = int(number)
|
||||
|
||||
|
||||
# case 1 : pairs are in a list format and the number of pairs matched up
|
||||
if len(answer.split(",")) != len(correct_mapping):
|
||||
return 0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue