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

Function test_aamp_int_input

tests/test_aamp.py:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24
25def test_aamp_int_input():
26 with pytest.raises(TypeError):
27 aamp(np.arange(10), 5)
28
29
30@pytest.mark.parametrize("T_A, T_B", test_data)

Callers

nothing calls this directly

Calls 1

aampFunction · 0.90

Tested by

no test coverage detected