-
Notifications
You must be signed in to change notification settings - Fork 34
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 flat_threshold argument in find_bad_by_nan_flat method from NoisyChannels #144
Conversation
nabilalibou
commented
Feb 8, 2024
•
edited by sappelhoff
Loading
edited by sappelhoff
- PR closes Possible to add an argument in find_bad_by_nan_flat() to change FLAT_THRESHOLD ? #142
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #144 +/- ##
==========================================
- Coverage 98.89% 98.89% -0.01%
==========================================
Files 7 7
Lines 726 725 -1
==========================================
- Hits 718 717 -1
Misses 8 8 ☔ View full report in Codecov by Sentry. |
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.
Looks like a really good start!
Could you please:
- add a section here: https://pyprep.readthedocs.io/en/latest/matlab_differences.html to explain that unlike in MATLAB PREP we allow for editing the threshold (but keep the same default)?
- Add yourself to this file: https://github.com/sappelhoff/pyprep/blob/main/CITATION.cff
… find_bad_by_nan_flat() ADD myself in CITATION.cff
Done |
wonderful, thanks a lot for your first contribution @nabilalibou! Here a short note for you for the general pull request process that may help you down the line: https://hynek.me/articles/pull-requests-branch/ |
just another note @nabilalibou if you have an ORCID account, may you please let me know your ID? And if you don't have an account (yet), I recommend that you get one, it'll always come in handy in a scientific career. |
Thanks for the tips !
I'm not necessarily aiming for a scientific career but you never know so here's my freshly created orcid: https://orcid.org/0009-0009-5869-9735 (should i add it myself in a future PR ?) |
Great, please add it in a new PR! 🎉 makes it easier for other people to find your work :-) |