Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stumpy-dev/stumpy
/ test_stump_int_input
Function
test_stump_int_input
tests/test_stump.py:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
27
28
def
test_stump_int_input():
29
with
pytest.raises(TypeError):
30
stump(np.arange(10), 5)
31
32
33
@pytest.mark.parametrize(
"T_A, T_B"
, test_data)
Callers
nothing calls this directly
Calls
1
stump
Function · 0.90
Tested by
no test coverage detected