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

Function test_task_2

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

Source from the content-addressed store, hash-verified

155 return sharpness
156
157def test_task_2(trajectory):
158 df=pd.read_csv('./output/2.csv')
159 duplicates = df.duplicated().sum()
160 #print(type(duplicates))
161 print(duplicates==0)
162 assert duplicates==0
163
164def test_task_3(trajectory):
165 df=pd.read_csv('./output/3.csv')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected