MCPcopy
hub / github.com/stumpy-dev/stumpy / test_mstumped

Function test_mstumped

tests/test_non_normalized_decorator.py:323–327  ·  view source on GitHub ↗
(T, m, dask_cluster)

Source from the content-addressed store, hash-verified

321@pytest.mark.filterwarnings("ignore:\\s+Port 8787 is already in use:UserWarning")
322@pytest.mark.parametrize("T, m", test_data)
323def test_mstumped(T, m, dask_cluster):
324 with Client(dask_cluster) as dask_client:
325 ref = maamped(dask_client, T, m)
326 comp = mstumped(dask_client, T, m, normalize=False)
327 npt.assert_almost_equal(ref, comp)
328
329
330@pytest.mark.parametrize("T, m", test_data)

Callers

nothing calls this directly

Calls 2

maampedFunction · 0.90
mstumpedFunction · 0.90

Tested by

no test coverage detected