(trajectory)
| 710 | #assert are_images_similar(ans,ref,0) |
| 711 | |
| 712 | def test_task_65(trajectory): |
| 713 | ans="./output/65.png" |
| 714 | ref="./gpt4_output/employee_education_distribution.png" |
| 715 | assert os.path.exists(ans) |
| 716 | |
| 717 | |
| 718 | def test_task_66(trajectory): |
nothing calls this directly
no outgoing calls
no test coverage detected