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

Function test_gpu_aamp_int_input

tests/test_gpu_aamp.py:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46@patch("stumpy.config.STUMPY_THREADS_PER_BLOCK", TEST_THREADS_PER_BLOCK)
47def test_gpu_aamp_int_input():
48 with pytest.raises(TypeError):
49 gpu_aamp(np.arange(10), 5, ignore_trivial=True)
50
51
52@pytest.mark.filterwarnings("ignore", category=NumbaPerformanceWarning)

Callers

nothing calls this directly

Calls 1

gpu_aampFunction · 0.85

Tested by

no test coverage detected