mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
formatting, cleanup
This commit is contained in:
parent
b767e58e48
commit
3dc80be7d2
12 changed files with 189 additions and 376 deletions
|
|
@ -50,7 +50,7 @@ class LCMDataset(ProceduralDataset):
|
|||
result = reduce(lcm, numbers)
|
||||
if result < calculate_product(numbers):
|
||||
break
|
||||
|
||||
|
||||
# Return the last generated numbers, whether they met the criteria or not
|
||||
return numbers, result
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue