-
Notifications
You must be signed in to change notification settings - Fork 92
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
[MRG] Add support for eeglab export #1187
Conversation
e5904a2
to
b061bdf
Compare
Thanks! Please add a test to this existing testing infrastructure: mne-bids/mne_bids/tests/test_write.py Lines 1369 to 1380 in b96c489
you should be able to simply add to these data: mne-bids/mne_bids/tests/test_write.py Lines 148 to 173 in b96c489
Please also add an entry to the changelog: https://github.com/mne-tools/mne-bids/blob/main/doc/whats_new.rst |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1187 +/- ##
==========================================
- Coverage 97.64% 97.64% -0.01%
==========================================
Files 40 40
Lines 8675 8689 +14
==========================================
+ Hits 8471 8484 +13
- Misses 204 205 +1 ☔ View full report in Codecov by Sentry. |
perhaps you could open an issue on https://github.com/jackz314/eeglabio and ask whether support could be added there. I personally think it'd be great to include that. |
I totally agree :) |
@laemtl gentle reminder :-) |
for more information, see https://pre-commit.ci
e576901
to
07e1451
Compare
I've done that now, please see: jackz314/eeglabio#10 |
I have also pushed some commits to point you in the right direction, please feel free to continue once you have time. |
PS: If you do want to continue work on this, you will need to sync your local git repo with your branch again, because I force pushed some changes. You can do it (locally) like this:
|
PR Description
Add support for EEGLAB files (for preloaded .set files) in write_raw_bids
HDF5 support is not provided yet.
Closes #1152
Merge checklist
Maintainer, please confirm the following before merging.
If applicable: