mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
adapt needle_haystack test to curriculum changes
This commit is contained in:
parent
f25820a0c7
commit
c760da6b1b
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ def test_needle_haystack_curriculum():
|
|||
# test incrementing attribute levels
|
||||
curriculum.increment_attr_level("num_statements")
|
||||
increased_cfg = curriculum.generate_configuration(base_value)
|
||||
assert increased_cfg.min_num_statements == 10 and increased_cfg.max_num_statements == 1000
|
||||
assert increased_cfg.min_num_statements == 10 and increased_cfg.max_num_statements == 500
|
||||
|
||||
# test decrementing attribute level for num_statements again
|
||||
curriculum.decrement_attr_level("num_statements")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue