mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
bump version to 0.1.14
This commit is contained in:
parent
a64fdb8130
commit
2a363c8610
5 changed files with 147 additions and 7 deletions
|
|
@ -45,10 +45,6 @@ def test_complex_arithmetic_basic():
|
|||
# answer is formatted as "real + imagi"
|
||||
assert ComplexArithmeticDataset.parse_string_to_complex(item["answer"]) == complex(*item["metadata"]["result"])
|
||||
|
||||
with open("complex_arithmetic_dataset.txt", "w") as f:
|
||||
for item in dataset:
|
||||
f.write(str(item) + "\n")
|
||||
|
||||
|
||||
def test_complex_arithmetic_scoring():
|
||||
"""Test scoring function with various answer formats and accuracies."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue