-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add two new functions: a) find periods in hypnogram and b) heart rate by stage #68
Conversation
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
==========================================
+ Coverage 90.35% 90.51% +0.16%
==========================================
Files 20 22 +2
Lines 2342 2489 +147
==========================================
+ Hits 2116 2253 +137
- Misses 226 236 +10
Continue to review full report at Codecov.
|
@raphaelvallat I'd love to help here but you should know I've never reviewed a PR before. I wouldn't be asking for any direction -- I'll dig that up on my own -- but I guess I'd ask for some leeway on ignorance/mistakes and it might take longer than you're expecting. So I understand completely if you'd rather go with someone else. If you want me to go through with it let me know what kind of time frame you'd expect or at least prefer. |
If you’re asking for my help, I’m in!
On Sat, May 21, 2022 at 16:51 remrama ***@***.***> wrote:
@raphaelvallat <https://github.com/raphaelvallat> I'd love to help here
but you should know I've never reviewed a PR before. I wouldn't be asking
for any direction -- I'll dig that up on my own -- but I guess I'd ask for
some leeway on ignorance/mistakes and it might take longer than you're
expecting. So I understand completely if you'd rather go with someone else.
If you want me to go through with it let me know what kind of time frame
you'd expect or at least prefer.
—
Reply to this email directly, view it on GitHub
<#68 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATGDZ2TN2L53GKCLXD3Z6NLVLFZITANCNFSM5WQ5QGXA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
*Olivia G. Murillo* (she/her)
Lab Manager | Center for Human Sleep Science
University of California, Berkeley
|
Hi @olmurillo and @remrama! Thank you both for replying! To give more context, I want to start making changes in YASA as "peer-reviewed" pull requests (PR) instead of just me pushing commits to the main branch that no one will ever check. I couldn't think of anyone else to help with the review, but please feel free to just say no and/or recommend someone else! If you have the time to help, here are some guidelines for reviewing the PR:
As for timeline, I would say within the next couple of weeks would be great but totally understand if that's not possible. There's no urgency at all. Thanks again! |
Ok this sounds great @raphaelvallat I'd love to contribute with a PR review. I expect to be able to have this done within the "couple of weeks" timeframe. I'll let you know otherwise, or if anything comes up. |
One place to improve flexibility in |
@olmurillo Thanks for catching that! I just pushed a commit implementing your changes :): |
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.
Amazing work as always @raphaelvallat
My comments are all incredibly minor and the PR could be merged with them all ignored. I was mostly just thinking out loud.
Making ECG accessible through yasa was a great idea and I look forward to utilizing this module a ton :)
Thank you @remrama! Really appreciate the time and effort you put in this review :) I have just pushed a commit to implement your changes, and I have left two conversations unresolved. |
Hi,
This PR adds two new functions to YASA, which will hopefully be released in YASA 0.6.2.
I am looking for 1-2 reviewers to review this PR. (Suggestions @olmurillo @remrama, who else?)
Thanks!