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

Function test_task_46

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

Source from the content-addressed store, hash-verified

501 assert os.path.exists(ans)
502
503def test_task_46(trajectory):
504
505 ans="./output/46.png"
506 ref="./gpt4_output/monthly_ride_counts.png"
507 #print("WARNING BAD CASE FOR GPT-4 NEED MANUALLY FIX",46)
508
509 assert os.path.exists(ans)
510
511def test_task_47(trajectory):
512 model_path = "./output/47.pkl"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected