mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-27 17:23:19 +00:00
Rename ArithmeticDataset to BasicArithmeticDataset
This commit is contained in:
parent
4817c33b65
commit
0e9250bce0
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