MCPcopy Create free account
hub / github.com/Mercury7353/PyBench / test_task_42

Function test_task_42

data/unit_test/tests.py:483–486  ·  view source on GitHub ↗
(trajectory)

Source from the content-addressed store, hash-verified

481 assert is_valid
482
483def test_task_42(trajectory):
484 ans="./output/42.png"
485 ref="./gpt4_output/clusters_scatter.png"
486 assert os.path.exists(ans)
487def test_task_43(trajectory):
488 ans="./output/43.png"
489 ref="./gpt4_output/elbow_method_plot.png"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected