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

Function test_maamped_int_input

tests/test_maamped.py:32–35  ·  view source on GitHub ↗
(dask_cluster)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

maampedFunction · 0.90

Tested by

no test coverage detected