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

Function test_mstumped_int_input

tests/test_mstumped.py:34–37  ·  view source on GitHub ↗
(dask_cluster)

Source from the content-addressed store, hash-verified

32
33
34def test_mstumped_int_input(dask_cluster):
35 with pytest.raises(TypeError):
36 with Client(dask_cluster) as dask_client:
37 mstumped(dask_client, np.arange(20).reshape(2, 10), 5)
38
39
40@pytest.mark.filterwarnings("ignore:\\s+Port 8787 is already in use:UserWarning")

Callers

nothing calls this directly

Calls 1

mstumpedFunction · 0.90

Tested by

no test coverage detected