MCPcopy Index your code
hub / github.com/stumpy-dev/stumpy / test_maamp_int_input

Function test_maamp_int_input

tests/test_maamp.py:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176
177
178def test_maamp_int_input():
179 with pytest.raises(TypeError):
180 maamp(np.arange(20).reshape(2, 10), 5)
181
182
183@pytest.mark.parametrize("T, m", test_data)

Callers

nothing calls this directly

Calls 1

maampFunction · 0.90

Tested by

no test coverage detected