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

Function test_rea

tests/test_floss.py:133–140  ·  view source on GitHub ↗
(I)

Source from the content-addressed store, hash-verified

131
132@pytest.mark.parametrize("I", test_data)
133def test_rea(I):
134 L = 5
135 excl_factor = 1
136 cac = naive_cac(I, L, excl_factor)
137 n_regimes = 3
138 ref = naive_rea(cac, n_regimes, L, excl_factor)
139 comp = _rea(cac, n_regimes, L, excl_factor)
140 npt.assert_almost_equal(ref, comp)
141
142
143@pytest.mark.parametrize("I", test_data)

Callers

nothing calls this directly

Calls 3

_reaFunction · 0.90
naive_cacFunction · 0.85
naive_reaFunction · 0.85

Tested by

no test coverage detected