MCPcopy
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
30def test_weights():
31 geo = load('weights_sample')
32 assert all(wt.shape == (300, 100) for wt in geo.get_data())
33
34
35def test_weights_ndim3():

Callers

nothing calls this directly

Calls 2

loadFunction · 0.90
get_dataMethod · 0.80

Tested by

no test coverage detected