-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
apply_function docstring wrong for epochs? #13118
Comments
Hi, I'd like to take on this issue. I've identified the incorrect docstring in mne/utils/docs.py and will submit a pull request with the corrected string. I'll also ensure to run the tests and build the documentation to verify the fix |
Well, I made the changes to the docstrings, but can't figure out how to test the changes by maybe viewing it in a locally hosted html file. |
Instructions are in our contributor guide: https://mne.tools/dev/development/contributing.html#building-the-documentation |
@shresth-keshari I noticed that we both worked on this issue. I've completed the changes, built the documentation, and submitted a pull request. Let me know if any adjustments are needed. Looking forward to feedback! |
Thanks for it |
sure, let me know if I could help and thanks a lot ! |
see: https://mne.tools/dev/generated/mne.Epochs.html#mne.Epochs.apply_function
☝ what is said here does not correspond to the actual data shape of epochs (3D arrays). So it is actually confusing how the passed function would deal with the epochs dimension.
See also:
mne-python/mne/epochs.py
Line 1942 in 64e01e5
mne-python/mne/utils/docs.py
Lines 1863 to 1871 in 64e01e5
The text was updated successfully, but these errors were encountered: