mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
corrected failing airthmetic test
This commit is contained in:
parent
52869e3f89
commit
ba58ecf8ea
2 changed files with 6 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ def test_arithmetic_dataset_format_styles():
|
|||
|
||||
config.format_style = "natural"
|
||||
dataset = BasicArithmeticDataset(config)
|
||||
assert all("=" not in item["question"] for item in dataset)
|
||||
assert all("=" in item["question"] for item in dataset)
|
||||
|
||||
|
||||
def test_arithmetic_dataset_iteration():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue