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

Function test_gpu_stump_int_input

tests/test_gpu_stump.py:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

gpu_stumpFunction · 0.85

Tested by

no test coverage detected