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