Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ContextLab/hypertools
/ test_geo_xform_data_dims2
Function
test_geo_xform_data_dims2
tests/test_geo.py:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
45
46
def
test_geo_xform_data_dims2():
47
geo = plot(data, ndims=4, show=False)
48
assert (geo.xform_data[0].shape[0]==100) and (geo.xform_data[0].shape[1]==4)
49
50
51
def
test_geo_transform():
Callers
nothing calls this directly
Calls
1
plot
Function · 0.90
Tested by
no test coverage detected