Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_load_weights
Function
test_load_weights
tests/test_load.py:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
def
test_load_weights():
17
geo = load(
'weights'
)
18
assert isinstance(geo, DataGeometry)
19
20
21
def
test_load_mushrooms():
Callers
nothing calls this directly
Calls
1
load
Function · 0.90
Tested by
no test coverage detected