mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
fix chain_sum unit test
This commit is contained in:
parent
f75cc3e17e
commit
d90548658e
3 changed files with 19 additions and 8 deletions
|
|
@ -19,7 +19,6 @@ class ChainSumConfig:
|
|||
|
||||
def validate(self) -> None:
|
||||
"""Validate configuration parameters"""
|
||||
assert self.difficulty > 0, "difficulty must be positive"
|
||||
assert self.size > 0, "size must be positive"
|
||||
"""Validate configuration parameters"""
|
||||
assert self.min_terms > 0, "min_terms must be positive"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue