Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
240
def
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
mstump
Function · 0.90
Tested by
no test coverage detected