Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_plot_reduce_align5d
Function
test_plot_reduce_align5d
tests/test_plot.py:66–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
65
66
def
test_plot_reduce_align5d():
67
# should return 5d data since ndims=5
68
geo = plot.plot(weights, ndims=5, align=True, show=False)
69
assert all([i.shape[1] == 5
for
i in geo.xform_data])
70
71
72
def
test_plot_reduce10d():
Callers
nothing calls this directly
Calls
1
plot
Method · 0.80
Tested by
no test coverage detected