MCPcopy Create free account
hub / github.com/adamstark/BTrack / print_array

Function print_array

plugins/python-module/tests/test_btrack.py:13–20  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

11
12# helper function for adding arrays to test_data.py
13def print_array(data):
14 print(np.array2string(
15 data,
16 separator=", ",
17 max_line_width=np.inf,
18 threshold=np.inf,
19 precision=17
20 ))
21
22def test_version():
23 assert hasattr(btrack_beat_tracker, "__version__")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected