Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_plot_reduce_none
Function
test_plot_reduce_none
tests/test_plot.py:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
42
def
test_plot_reduce_none():
43
# Should return same dimensional data if ndims is None
44
geo = plot.plot(data, show=False)
45
assert all([i.shape[1] == d.shape[1]
for
i, d in zip(geo.data, data)])
46
47
48
def
test_plot_reduce3d():
Callers
nothing calls this directly
Calls
1
plot
Method · 0.80
Tested by
no test coverage detected