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

Function test_np_array

tests/test_format_data.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def test_np_array():
11 data = np.random.rand(100,10)
12 assert isinstance(format_data(data), list)
13 assert isinstance(format_data(data)[0], np.ndarray)
14
15
16def test_df():

Callers

nothing calls this directly

Calls 1

format_dataFunction · 0.90

Tested by

no test coverage detected