mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-26 17:13:17 +00:00
Rename ArithmeticDataset to BasicArithmeticDataset
This commit is contained in:
parent
44fd0d4a25
commit
98988c8481
7 changed files with 27 additions and 27 deletions
|
|
@ -14,7 +14,7 @@ def test_fraction_config_validation():
|
|||
config.validate()
|
||||
|
||||
with pytest.raises(AssertionError):
|
||||
config = FractionSimplificationConfig(min_factor=1) # Should be >= 2
|
||||
config = FractionSimplificationConfig(min_factor=0) # Should be >= 1
|
||||
config.validate()
|
||||
|
||||
with pytest.raises(AssertionError):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue