(trajectory)
| 491 | assert os.path.exists(ans) |
| 492 | |
| 493 | def test_task_44(trajectory): |
| 494 | ans="./output/44.png" |
| 495 | ref="./gpt4_output/stock_price_trend.png" |
| 496 | assert os.path.exists(ans) |
| 497 | |
| 498 | def test_task_45(trajectory): |
| 499 | ans="./output/45.png" |
nothing calls this directly
no outgoing calls
no test coverage detected