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

Function test_plot_reduce10d

tests/test_plot.py:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70
71
72def test_plot_reduce10d():
73 # should return 10d data since ndims=10
74 geo = plot.plot(weights, ndims=10, show=False)
75 assert all([i.shape[1] == 10 for i in geo.xform_data])
76
77
78def test_plot_model_dict():

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected