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

Function test_task_38

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

Source from the content-addressed store, hash-verified

421
422
423def test_task_38(trajectory):
424 df=pd.read_csv('./output/38.csv')
425 null_value = df.isnull().sum().sum()
426 assert null_value==0
427
428def test_task_39(trajectory):
429 final_answer=trajectory[-1]['content']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected