Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_reduce_geo
Function
test_reduce_geo
tests/test_reduce.py:38–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
37
38
def
test_reduce_geo():
39
geo = plot(data, show=False)
40
reduced_data_3d = reducer(geo, ndims=3)
41
assert reduced_data_3d[0].shape==(10,3)
42
43
44
def
test_reduce_PCA():
Callers
nothing calls this directly
Calls
1
plot
Function · 0.90
Tested by
no test coverage detected