(data)
| 11 | |
| 12 | # helper function for adding arrays to test_data.py |
| 13 | def 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 | |
| 22 | def test_version(): |
| 23 | assert hasattr(btrack_beat_tracker, "__version__") |
nothing calls this directly
no outgoing calls
no test coverage detected