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

Function test_stumped_int_input

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

Source from the content-addressed store, hash-verified

41
42
43def test_stumped_int_input(dask_cluster):
44 with pytest.raises(TypeError):
45 with Client(dask_cluster) as dask_client:
46 stumped(dask_client, np.arange(10), 5)
47
48
49@pytest.mark.filterwarnings("ignore:numpy.dtype size changed")

Callers

nothing calls this directly

Calls 1

stumpedFunction · 0.90

Tested by

no test coverage detected