mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
test: Update bitwise arithmetic difficulty levels to [1, 2, 3]
This commit is contained in:
parent
660f7e6f03
commit
e846c53347
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def test_bitwise_arithmetic_items():
|
|||
|
||||
def test_bitwise_arithmetic_difficulty_levels():
|
||||
"""Test that different difficulty levels produce appropriate complexity"""
|
||||
for difficulty in [1, 5, 10]:
|
||||
for difficulty in [1, 2, 3]:
|
||||
config = BitwiseArithmeticConfig(difficulty=difficulty, size=50, seed=42)
|
||||
dataset = BitwiseArithmeticDataset(config)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue