MCPcopy
hub / github.com/ContextLab/hypertools / test_df

Function test_df

tests/test_format_data.py:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def test_df():
17 data = pd.DataFrame(np.random.rand(100,10))
18 assert isinstance(format_data(data), list)
19 assert isinstance(format_data(data)[0], np.ndarray)
20
21
22def test_text():

Callers

nothing calls this directly

Calls 1

format_dataFunction · 0.90

Tested by

no test coverage detected