(trajectory)
| 703 | os.path.exists(ans) |
| 704 | |
| 705 | def 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 | |
| 712 | def test_task_65(trajectory): |
| 713 | ans="./output/65.png" |
nothing calls this directly
no outgoing calls
no test coverage detected