MCPcopy Index your code
hub / github.com/ContextLab/hypertools / test_plot_2d

Function test_plot_2d

tests/test_plot.py:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29
30def test_plot_2d():
31 data_reduced_2d = reducer(data, ndims=2)
32 geo = plot.plot(data_reduced_2d, show=False)
33 assert all([i.shape[1]==2 for i in geo.data])
34
35
36def test_plot_3d():

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected