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

Function test_mstump_int_input

tests/test_mstump.py:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238
239
240def test_mstump_int_input():
241 with pytest.raises(TypeError):
242 mstump(np.arange(20).reshape(2, 10), 5)
243
244
245@pytest.mark.parametrize("T, m", test_data)

Callers

nothing calls this directly

Calls 1

mstumpFunction · 0.90

Tested by

no test coverage detected