Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ContextLab/hypertools
/ test_plot_reduce1d
Function
test_plot_reduce1d
tests/test_plot.py:60–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
59
60
def
test_plot_reduce1d():
61
# should return 1d data since ndims=1
62
geo = plot.plot(data, ndims=1, show=False)
63
assert all([i.shape[1] == 1
for
i in geo.xform_data])
64
65
66
def
test_plot_reduce_align5d():
Callers
nothing calls this directly
Calls
1
plot
Method · 0.80
Tested by
no test coverage detected