-
-
Notifications
You must be signed in to change notification settings - Fork 437
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
[docs] window size for locreg detrending #747
Conversation
Codecov ReportBase: 52.88% // Head: 53.00% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #747 +/- ##
==========================================
+ Coverage 52.88% 53.00% +0.12%
==========================================
Files 290 291 +1
Lines 13037 13128 +91
==========================================
+ Hits 6894 6958 +64
- Misses 6143 6170 +27
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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 think we shouldn't multiply window
or stepsize
by the sample rate because that's already done within the function
if I don't multiply by sampling_rate I get an error
|
@vasileermicioi have you tried with the dev branch? That the sampling rate is multiplied within the function is a new change since 0.2.1: #730 |
@danibene perhaps if it's easier (instead of having @vasileermicioi fiddling with the branches) you can commit the edits and merge? |
New PR as a follow-up of the discussion here #734