Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_plot_cluster_str
Function
test_plot_cluster_str
tests/test_plot.py:84–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
82
83
84
def
test_plot_cluster_str():
85
# should return 10d data since ndims=10
86
geo = plot.plot(weights, cluster=
'KMeans'
, show=False)
87
assert isinstance(geo, DataGeometry)
88
89
90
def
test_plot_cluster_dict():
Callers
nothing calls this directly
Calls
1
plot
Method · 0.80
Tested by
no test coverage detected