(trajectory)
| 481 | assert is_valid |
| 482 | |
| 483 | def test_task_42(trajectory): |
| 484 | ans="./output/42.png" |
| 485 | ref="./gpt4_output/clusters_scatter.png" |
| 486 | assert os.path.exists(ans) |
| 487 | def test_task_43(trajectory): |
| 488 | ans="./output/43.png" |
| 489 | ref="./gpt4_output/elbow_method_plot.png" |
nothing calls this directly
no outgoing calls
no test coverage detected