-
Notifications
You must be signed in to change notification settings - Fork 72
feat: add bidirectional option to filter_by_displacement #531
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
base: main
Are you sure you want to change the base?
feat: add bidirectional option to filter_by_displacement #531
Conversation
b7a6d1e to
bfd17c5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #531 +/- ##
===========================================
- Coverage 100.00% 98.92% -1.08%
===========================================
Files 28 28
Lines 1549 1575 +26
===========================================
+ Hits 1549 1558 +9
- Misses 0 17 +17 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
How did pre-commit.ci fail When I only resolved conflicts from github editor? I didn't even push new code. Do I need to push again @niksirbi? |
movement/filtering.py
Outdated
| from scipy import signal | ||
|
|
||
| from movement.utils.logging import log_to_attrs, logger | ||
| feat / bidirectional - displacement - filter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@demoncoder-crypto the CI failure is coming from this line. Not sure how that crept in, but you have to remove it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suspect that your branch name was somehow left in the file after you resolved the merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense. I will resolve it and Push the code again. I just formatted everything in my computer yesterday night so it might take some time to get it up. Thanks for response
13d6fda to
e6cc6af
Compare
1027661 to
935cd8d
Compare
|
Now the ruff commit is passing locally but when I push and resolve conflict it starts failing I am lost now |
c35466e to
57b26f7
Compare
|
Make sure that the pre-commit autoupdate
pre-commit run -aIf pre-commit makes any changes, make sure to stage, commit and push them. |
|
Understood thanks |
|
any other changes needed? And is there a way to make the remaining 3 tests pass? |
|
Hey @demoncoder-crypto,
hope it helps! |





Mentioned Pr
Bi-directional approach
First Stage commit
Not yet implemnted - edge cases, i.e. what happens if a point keeps jumping back-and-forth between two positions, in that case it's also hard to decide which position is correct. yet to be implemented as mentioned by @niksirbi.