Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10
def
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
16
def
test_df():
Callers
nothing calls this directly
Calls
1
format_data
Function · 0.90
Tested by
no test coverage detected