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

Function test_plot_cluster_dict

tests/test_plot.py:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88
89
90def test_plot_cluster_dict():
91 # should return 10d data since ndims=10
92 geo = plot.plot(weights, cluster={'model' : 'KMeans', 'params' : {'n_clusters' : 3}}, show=False)
93 assert isinstance(geo, DataGeometry)
94
95
96def test_plot_cluster_n_clusters():

Callers

nothing calls this directly

Calls 1

plotMethod · 0.80

Tested by

no test coverage detected