-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add BDF export #13435
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 BDF export #13435
Conversation
for more information, see https://pre-commit.ci
Any ideas why the ultraslow_pg job is failing? The failing Windows pip pre job is due to pyvistaqt DeprecationWarnings, so this is unrelated I guess. The Ubuntu pip pre job segfaults, also due to some VTK issue. |
It looks like |
Sure, but if you want I can also refactor it. |
Sure feel free! On Azure this failure does look related:
but maybe the refactoring already took care of it. I'll tackle the unrelated errors in #13434 |
I don't understand this error. The new |
Found it and hopefully fixed it. |
Looks good, feel free to merge @larsoner! |
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.
LGTM, just a couple minor things
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
I'm going to give the backporting a try. Is there any chance we could release v1.10.2 anytime soon? |
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <[email protected]> (cherry picked from commit 61bc8b8)
OK, I hope that worked! It would be great if someone could double-check though, as this was my first backport. |
looks clean to me. Thanks for backporting. I think ideally you would have added a new section to https://github.com/mne-tools/mne-python/blob/main/doc/changes/v1.10.rst similar to what is done e.g. here: mne-python/doc/changes/v1.7.rst Lines 1 to 16 in 61bc8b8
(renders as https://mne.tools/dev/changes/v1.7.html) |
Now that edfio 0.4.10 added support for BDF, we should support that in MNE as well. The current implementation duplicates a lot of EDF code, which I think is OK for now (I'd prefer to refactor in a follow-up PR).