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

Function test_task_64

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

Source from the content-addressed store, hash-verified

703 os.path.exists(ans)
704
705def test_task_64(trajectory):
706 ans="./output/64.png"
707 ref="./gpt4_output/youtube_category_popularity.png"
708 assert os.path.exists(ans)
709 #print("WARNING 60 only verify the exist of the images")
710 #assert are_images_similar(ans,ref,0)
711
712def test_task_65(trajectory):
713 ans="./output/65.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected