MCPcopy
hub / github.com/ContextLab/hypertools / test_plot_1d

Function test_plot_1d

tests/test_plot.py:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23
24def test_plot_1d():
25 data_reduced_1d = reducer(data, ndims=1)
26 geo = plot.plot(data_reduced_1d, show=False)
27 assert all([i.shape[1]==1 for i in geo.data])
28
29
30def test_plot_2d():

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected