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

Function test_task_137

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

Source from the content-addressed store, hash-verified

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']
1349 assert '8.1' in final_answer
1350
1351def test_task_138(trajectory):
1352 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected