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

Function test_str

tests/test_format_data.py:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26
27
28def test_str():
29 res = format_data('here is some test text')
30 assert isinstance(res, list)
31 assert isinstance(res[0], np.ndarray)
32
33
34def test_mixed_list():

Callers

nothing calls this directly

Calls 1

format_dataFunction · 0.90

Tested by

no test coverage detected