Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stumpy-dev/stumpy
/ test_scrump_int_input
Function
test_scrump_int_input
tests/test_scrump.py:129–131 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
128
129
def
test_scrump_int_input():
130
with
pytest.raises(TypeError):
131
scrump(np.arange(10), 5, ignore_trivial=True, percentage=1.0, pre_scrump=False)
132
133
134
@pytest.mark.parametrize(
"T_A, T_B"
, test_data)
Callers
nothing calls this directly
Calls
1
scrump
Class · 0.90
Tested by
no test coverage detected