-
Notifications
You must be signed in to change notification settings - Fork 324
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
Fix #610 #907
base: main
Are you sure you want to change the base?
Fix #610 #907
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #907 +/- ##
=======================================
Coverage 98.93% 98.93%
=======================================
Files 84 84
Lines 14292 14307 +15
=======================================
+ Hits 14140 14155 +15
Misses 152 152
☔ View full report in Codecov by Sentry. |
Note: A |
I re-ran the failed tests |
[Update] Note 1 : Removing njit decorators do not resolve the assertion failure. |
This PR is a replacement for PR #668. This PR tries to resolve the loss of precision issue that might occur in cases where there are identical subsequences (in their z-normalized version) in a time series (see #610)