Michael Doron

Results 3 issues of Michael Doron

Reproduction: from matrixprofile import * a = np.random.rand(500) b = np.random.rand(500) mp_a_1 = matrixProfile.stomp(a,10,a)[0] mp_a_2 = matrixProfile.stomp(a,10)[0] mp_a_b = matrixProfile.stomp(a,10,b)[0] assert np.max(np.abs(mp_a_b[0])) > 0, 'stomp returns 0-filled vectors when tsB...

Thanks for building this! There's one issue that I think is a bug: Expected behavior: When typing (at 2022/01/01, 14:34) `unfog add test -d 2022-01-01 19:00` The expected output of...