mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
refactor: Rename chain_sum to chain_sum_dataset for consistency
This commit is contained in:
parent
2b58508701
commit
562dfb1813
3 changed files with 5 additions and 5 deletions
|
|
@ -125,7 +125,7 @@ class ChainSum:
|
|||
return expression, result
|
||||
|
||||
|
||||
def chain_sum(
|
||||
def chain_sum_dataset(
|
||||
min_terms: int = 2,
|
||||
max_terms: int = 6,
|
||||
min_digits: int = 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue