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