MCPcopy
hub / github.com/ContextLab/hypertools / test_normalize_geo

Function test_normalize_geo

tests/test_normalize.py:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def test_normalize_geo():
33 geo = plot(data, show=False)
34 norm_data = normalize(geo, normalize='row')
35 assert np.allclose(np.mean(np.vstack(norm_data), axis=1),0)

Callers

nothing calls this directly

Calls 2

plotFunction · 0.90
normalizeFunction · 0.90

Tested by

no test coverage detected