MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / test_task_136

Function test_task_136

data/unit_test/tests.py:1343–1345  ·  view source on GitHub ↗
(trajectory)

Source from the content-addressed store, hash-verified

1341 assert '9.78' in final_answer
1342
1343def test_task_136(trajectory):
1344 final_answer=trajectory[-1]['content']
1345 assert ('2.5' in final_answer or '5/2' in final_answer or "frac" in final_answer)
1346
1347def test_task_137(trajectory):
1348 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected