Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_plot_reduce3d
Function
test_plot_reduce3d
tests/test_plot.py:48–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
47
48
def
test_plot_reduce3d():
49
# should return 3d data since ndims=3
50
geo = plot.plot(data, ndims=3, show=False)
51
assert all([i.shape[1] == 3
for
i in geo.xform_data])
52
53
54
def
test_plot_reduce2d():
Callers
nothing calls this directly
Calls
1
plot
Method · 0.80
Tested by
no test coverage detected