(trajectory)
| 685 | assert os.path.exists(ans) |
| 686 | |
| 687 | def test_task_61(trajectory): |
| 688 | ans="./output/61.png" |
| 689 | ref="./gpt4_output/australian_gold_medals_over_time.png" |
| 690 | #print("WARNING 60 only verify the exist of the images") |
| 691 | assert os.path.exists(ans) |
| 692 | |
| 693 | def test_task_62(trajectory): |
| 694 | ans="./output/62.png" |
nothing calls this directly
no outgoing calls
no test coverage detected