Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
def
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
plot
Function · 0.90
normalize
Function · 0.90
Tested by
no test coverage detected