-
Notifications
You must be signed in to change notification settings - Fork 340
Topk_matrixprofile Investigator #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topk_matrixprofile Investigator #616
Conversation
- change naive.stump from row-wise to traversal - add a note to docstring to inform reader of row-wise traversal - use numpy.searchsort(side='right')
|
I got into a (I am now using |
|
The tests passed. Please keep adding incrementally until tests fail |
|
@NimaSarajpoor FYI, I just made some changes to
|
Awesome! (off-topic note: you may want to add it to the contribution doc so others can know about this.) I will resume pushing. |
|
@seanlaw (Also, for now, I am skipping the commits in which I just fixed a typo or rename a function). |
Sounds good. Thanks for the heads up |
|
Great! Tests are still passing |
|
I will push the next commit in a couple of hours. |
Replicated commit 9789cd9
|
@seanlaw
|
|
I think I already covered all commits!! I do not know why tests are passing., this last commit was just fixing typos. How about this? Them, I can take a look at conflicts (if there is any) and see what's going on. |
@NimaSarajpoor I'd bet that it is because of the two things that I did:
Let me revert the first one (i.e., allow Note that somebody submitted a fix for the |
|
@seanlaw |
I think this is pretty good confirmation that the problem was not likely to be from your code. Let's flip back to the other repo |
|
I am planning to delete this branch. Just to be on the safe side, I will back up the files in If there is something that I should be aware of regarding this matter, please let me know. |
|
No, I think it should be okay to delete this branch and close out this PR |
This PR is to investigate the time-out failure in PR #595.
This is how I created this branch:
Note that I did not
git merge mainafter this. It seems the changes inmainare preserved already. So, later, we can skip the commits regarding thegit merge main.