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

Function test_mstump

tests/test_non_normalized_decorator.py:315–318  ·  view source on GitHub ↗
(T, m)

Source from the content-addressed store, hash-verified

313
314@pytest.mark.parametrize("T, m", test_data)
315def test_mstump(T, m):
316 ref = maamp(T, m)
317 comp = mstump(T, m, normalize=False)
318 npt.assert_almost_equal(ref, comp)
319
320
321@pytest.mark.filterwarnings("ignore:\\s+Port 8787 is already in use:UserWarning")

Callers

nothing calls this directly

Calls 2

maampFunction · 0.90
mstumpFunction · 0.90

Tested by

no test coverage detected