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

Function test_plot_model_dict

tests/test_plot.py:78–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76
77
78def test_plot_model_dict():
79 # should return 10d data since ndims=10
80 geo = plot.plot(weights, reduce={'model' : 'PCA', 'params' : {'whiten' : True}}, show=False)
81 assert isinstance(geo, DataGeometry)
82
83
84def test_plot_cluster_str():

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected