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

Function test_plot_reduce_align5d

tests/test_plot.py:66–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65
66def test_plot_reduce_align5d():
67 # should return 5d data since ndims=5
68 geo = plot.plot(weights, ndims=5, align=True, show=False)
69 assert all([i.shape[1] == 5 for i in geo.xform_data])
70
71
72def test_plot_reduce10d():

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected