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

Function test_plot_3d

tests/test_plot.py:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34
35
36def test_plot_3d():
37 data_reduced_3d = reducer(data, ndims=3)
38 geo = plot.plot(data_reduced_3d, show=False)
39 assert all([i.shape[1]==3 for i in geo.data])
40
41
42def test_plot_reduce_none():

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected