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

Function test_atsc

tests/test_chains.py:17–21  ·  view source on GitHub ↗
(Value, IR, IL)

Source from the content-addressed store, hash-verified

15
16@pytest.mark.parametrize("Value, IR, IL", test_data)
17def test_atsc(Value, IR, IL):
18 j = 2
19 ref = np.array([2, 4, 6, 8, 10], np.int64)
20 comp = atsc(IL, IR, j)
21 npt.assert_equal(ref, comp)
22
23
24@pytest.mark.parametrize("Value, IR, IL", test_data)

Callers

nothing calls this directly

Calls 1

atscFunction · 0.90

Tested by

no test coverage detected