Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stumpy-dev/stumpy
/ test_stumpi_int_input
Function
test_stumpi_int_input
tests/test_stumpi.py:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
15
16
def
test_stumpi_int_input():
17
with
pytest.raises(TypeError):
18
stumpi(np.arange(10), 5)
19
20
21
def
test_stumpi_self_join():
Callers
nothing calls this directly
Calls
1
stumpi
Class · 0.90
Tested by
no test coverage detected