MCPcopy
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
42def 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
48def test_plot_reduce3d():

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected