MCPcopy Index your code
hub / github.com/stumpy-dev/stumpy / test_nnmark

Function test_nnmark

tests/test_floss.py:104–107  ·  view source on GitHub ↗
(I)

Source from the content-addressed store, hash-verified

102
103@pytest.mark.parametrize("I", test_data)
104def test_nnmark(I):
105 ref = naive_nnmark(I)
106 comp = _nnmark(I)
107 npt.assert_almost_equal(ref, comp)
108
109
110@pytest.mark.parametrize("I", test_data)

Callers

nothing calls this directly

Calls 2

_nnmarkFunction · 0.90
naive_nnmarkFunction · 0.85

Tested by

no test coverage detected