-
-
Notifications
You must be signed in to change notification settings - Fork 434
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] build docs warning #968
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #968 +/- ##
==========================================
- Coverage 54.59% 54.59% -0.01%
==========================================
Files 304 304
Lines 14325 14326 +1
==========================================
Hits 7821 7821
- Misses 6504 6505 +1 ☔ View full report in Codecov by Sentry. |
merge whenever you want (I've been away from NK for some time but will return soon) - we should probably aim at releasing the dev in a close future :) |
Sounds good! Hope you're well |
Description
This PR aims to fix the failed documentation build check: https://github.com/neuropsychology/NeuroKit/actions/runs/8094952153/job/22120703414
Proposed Changes
I changed the
emg_activation()
function to index a DataFrame with.loc
Checklist
Here are some things to check before creating the PR. If you encounter any issues, do let us know :)