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

Function test_plot_reduce3d

tests/test_plot.py:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47
48def test_plot_reduce3d():
49 # should return 3d data since ndims=3
50 geo = plot.plot(data, ndims=3, show=False)
51 assert all([i.shape[1] == 3 for i in geo.xform_data])
52
53
54def test_plot_reduce2d():

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected