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

Function test_aamp_int_input

tests/test_aamped.py:40–43  ·  view source on GitHub ↗
(dask_cluster)

Source from the content-addressed store, hash-verified

38
39
40def test_aamp_int_input(dask_cluster):
41 with pytest.raises(TypeError):
42 with Client(dask_cluster) as dask_client:
43 aamped(dask_client, np.arange(10), 5)
44
45
46@pytest.mark.filterwarnings("ignore:numpy.dtype size changed")

Callers

nothing calls this directly

Calls 1

aampedFunction · 0.90

Tested by

no test coverage detected