Michael Doron

Results 5 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...

**Describe the bug** I click on the work item on the work items list, and I get the error message ``` Find Work Item Unable to find the selected work...

**Describe the bug** When I click the `Select a user` space under `Assignee`, there is nothing there, despite JQL working and populating the `Work Items` list. **To Reproduce** Steps to...