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

Function test_geo

tests/test_format_data.py:44–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42
43
44def test_geo():
45 geo = plot(np.random.rand(100,10), show=False)
46 assert isinstance(format_data(geo), list)
47 assert isinstance(format_data(geo)[0], np.ndarray)
48
49
50def test_missing_data():

Callers

nothing calls this directly

Calls 2

plotFunction · 0.90
format_dataFunction · 0.90

Tested by

no test coverage detected