MCPcopy
hub / github.com/stumpy-dev/stumpy / test_scraamp_int_input

Function test_scraamp_int_input

tests/test_scraamp.py:99–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98
99def test_scraamp_int_input():
100 with pytest.raises(TypeError):
101 scraamp(
102 np.arange(10), 5, ignore_trivial=True, percentage=1.0, pre_scraamp=False
103 )
104
105
106@pytest.mark.parametrize("T_A, T_B", test_data)

Callers

nothing calls this directly

Calls 1

scraampClass · 0.90

Tested by

no test coverage detected