mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
make task entries json serializable (#443)
* make sympy-based task entries json serializable * remove datetime objs from time_intervals metadata * make adv geometry json serializable * make futoshiki metadata json serializable * fixes * futoshiki tweaks * fix adv geometry * deal with fractions in str representations * fix * restore start_time, end_time as str
This commit is contained in:
parent
6614338ecc
commit
c0e98f93b4
11 changed files with 36 additions and 37 deletions
|
|
@ -64,7 +64,6 @@ def test_simple_integration_dataset_items():
|
|||
|
||||
assert "integrand" in item["metadata"]
|
||||
assert "variable" in item["metadata"]
|
||||
assert "expected_answer_expression" in item["metadata"]
|
||||
|
||||
# Verify answer is a mathematical expression
|
||||
answer = item["answer"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue