-
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] remove reliance on datasets.py module #254
Conversation
Codecov Report
@@ Coverage Diff @@
## master #254 +/- ##
=========================================
+ Coverage 97.72% 97.83% +0.1%
=========================================
Files 8 8
Lines 925 925
=========================================
+ Hits 904 905 +1
+ Misses 21 20 -1
Continue to review full report at Codecov.
|
Tell us when good to go. So far so good |
rendered examples that I touched in this PR: ready for review @jasmainak @agramfort this is the first step prior to deprecating |
Thanks @sappelhoff ! |
* try nellh fix for windows bids validator * try new fix by @nellh * go back to bids-validator master: fixed for Windows * awscli dependency * do not use datasets.py function in cli test * use awscli in example * fix typo * add awscli as optional dependency in README * use awscli in convert group studies example * do not use awscli in renaming example * group studies example without awscli * remove mention of awscli * fix warning directive * revers ds000117 example changes * fix warning directive * fix the warning directive finally
* try nellh fix for windows bids validator * try new fix by @nellh * go back to bids-validator master: fixed for Windows * awscli dependency * do not use datasets.py function in cli test * use awscli in example * fix typo * add awscli as optional dependency in README * use awscli in convert group studies example * do not use awscli in renaming example * group studies example without awscli * remove mention of awscli * fix warning directive * revers ds000117 example changes * fix warning directive * fix the warning directive finally
* try nellh fix for windows bids validator * try new fix by @nellh * go back to bids-validator master: fixed for Windows * awscli dependency * do not use datasets.py function in cli test * use awscli in example * fix typo * add awscli as optional dependency in README * use awscli in convert group studies example * do not use awscli in renaming example * group studies example without awscli * remove mention of awscli * fix warning directive * revers ds000117 example changes * fix warning directive * fix the warning directive finally
closes #249
This PR deprecates the datasets.py module.EDIT, this will be done in a separate PR.post prior edit
I will remove all imports and references to that module in the code and examples, and make it so that when a user imports from
datasets.py
, they get a warning that this will be removed in mne-bids0.4
.Or should I just go ahead and remove the module without a deprecation cycle? @jasmainak
This PR removes the dependency on the
mne_bids.datasets
module for:the group conversion example*edit: will be done in a different PRThe functionality of the
mne_bids.datasets
module is replaced mymne.datasets
.This involved a revamp of the group conversion example --> Now it only needs 1.6GB instead of the >7GB while still showing the same ideaMerge checklist
Maintainer, please confirm the following before merging:
whats_new.rst is updated