Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_weights
Function
test_weights
tests/test_load.py:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
assert isinstance(geo, DataGeometry)
29
30
def
test_weights():
31
geo = load(
'weights_sample'
)
32
assert all(wt.shape == (300, 100)
for
wt in geo.get_data())
33
34
35
def
test_weights_ndim3():
Callers
nothing calls this directly
Calls
2
load
Function · 0.90
get_data
Method · 0.80
Tested by
no test coverage detected