-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[MAINT, MRG] Enable pooch to perform fetching of datasets #9742
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
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
a8c12a2
Adding updated checksum
adam2392 ceb1447
Initial try
adam2392 bbfae63
Fix import
adam2392 7591137
Fix check
adam2392 a536d26
Fix GH Actions
adam2392 0a52585
Try again to fix CI
adam2392 0c8fba2
make brainstorm work
adam2392 b3f4583
Address comments initially
adam2392 47dab05
Removed _fetch_file dependency
adam2392 1c3c290
Remove fetch file entirely
adam2392 8229145
Lets go again with updated deletion
adam2392 7b052da
Try again with testing reqs
adam2392 789c677
Try again
adam2392 93207ed
Fix test constants
adam2392 843427e
Fix docs
adam2392 0dced07
fix unclosed resource warning (checksum registry)
drammock 7b0c924
make compatible with py3.7
drammock 7893c36
fix CIs?
drammock 79a77b8
Fixed all unit tests
adam2392 b3fb7b5
Fix spell check
adam2392 736bdc0
Fix sys
adam2392 0c94463
Adding updated checksum
adam2392 b5d068b
Initial try
adam2392 6902d7e
Fix import
adam2392 2b5540b
Fix check
adam2392 1689f8a
Fix GH Actions
adam2392 0d8b31d
Try again to fix CI
adam2392 c343ded
make brainstorm work
adam2392 6eceaf6
Address comments initially
adam2392 49cc10f
Removed _fetch_file dependency
adam2392 e9286d7
Remove fetch file entirely
adam2392 b3a9a00
Lets go again with updated deletion
adam2392 239f041
Try again with testing reqs
adam2392 478e5a3
Try again
adam2392 5af2ef6
Fix test constants
adam2392 c0f22be
Fix docs
adam2392 e3aabee
fix unclosed resource warning (checksum registry)
drammock df66fff
make compatible with py3.7
drammock 4e5b5a4
fix CIs?
drammock 50717dd
Fixed all unit tests
adam2392 3d96ade
Fix spell check
adam2392 7871ffb
Fix sys
adam2392 eeb6b3c
purge importlib_resources and add _resource_path util function
drammock bbd7ca8
Apply suggestions from code review
drammock e3f5e49
Merging
adam2392 7da682b
Fix flake
adam2392 dfaa1fc
Update requirements_testing.txt
drammock c8bcfdf
restore pooch to testing reqs
drammock 2835feb
Merging
adam2392 c1ac41d
Nested import for pooch
adam2392 7b134cc
Add back in
adam2392 204c146
Fix resoure warning
adam2392 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -37,5 +37,6 @@ dependencies: | |
| - mne | ||
| - mffpy>=0.5.7 | ||
| - ipywidgets | ||
| - pooch | ||
| - pip: | ||
| - ipyvtklink | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| # include here the name of the zipped file and the md5 hash | ||
| # Note: other hashing algorithms can be enforced | ||
| MNE-fNIRS-motor-data.tgz md5:c4935d19ddab35422a69f3326a01fef8 | ||
| MNE-kiloword-data.tar.gz md5:3a124170795abbd2e48aae8727e719a8 | ||
| MNE-multimodal-data.tar.gz md5:26ec847ae9ab80f58f204d09e2c08367 | ||
| MNE-OPM-data.tar.gz md5:370ad1dcfd5c47e029e692c85358a374 | ||
| MNE-phantom-4DBTi.zip md5:938a601440f3ffa780d20a17bae039ff | ||
| MNE-sample-data-processed.tar.gz md5:12b75d1cb7df9dfb4ad73ed82f61094f | ||
| MNE-somato-data.tar.gz md5:32fd2f6c8c7eb0784a1de6435273c48b | ||
| MNE-spm-face.tar.gz md5:9f43f67150e3b694b523a21eb929ea75 | ||
| MNE-visual_92_categories-data-part1.tar.gz md5:74f50bbeb65740903eadc229c9fa759f | ||
| MNE-visual_92_categories-data-part2.tar.gz md5:203410a98afc9df9ae8ba9f933370e20 | ||
| mTRF_1.5.zip md5:273a390ebbc48da2c3184b01a82e4636 | ||
| sample_reference_MEG_noise-raw.zip md5:779fecd890d98b73a4832e717d7c7c45 | ||
| ssvep_example_data.zip md5:af866bbc0f921114ac9d683494fe87d6 | ||
| MNE-ERP-CORE-data.tar.gz md5:5866c0d6213bd7ac97f254c776f6c4b1 | ||
| MNE-epilepsy-ecog-data.tar.gz md5:ffb139174afa0f71ec98adbbb1729dea | ||
|
|
||
| # Fieldtrip CMC dataset | ||
| SubjectCMC.zip md5:6f9fd6520f9a66e20994423808d2528c | ||
|
|
||
| # brainstorm datasets: | ||
| bst_auditory.tar.gz md5:fa371a889a5688258896bfa29dd1700b | ||
| bst_phantom_ctf.tar.gz md5:80819cb7f5b92d1a5289db3fb6acb33c | ||
| bst_phantom_elekta.tar.gz md5:1badccbe17998d18cc373526e86a7aaf | ||
| bst_raw.tar.gz md5:fa2efaaec3f3d462b319bc24898f440c | ||
| bst_resting.tar.gz md5:70fc7bf9c3b97c4f2eab6260ee4a0430 | ||
|
|
||
| # HF-SEF | ||
| hf_sef_raw.tar.gz md5:33934351e558542bafa9b262ac071168 | ||
| hf_sef_evoked.tar.gz md5:13d34cb5db584e00868677d8fb0aab2b | ||
|
|
||
| # "fake" dataset (for testing) | ||
| foo.tgz md5:3194e9f7b46039bb050a74f3e1ae9908 | ||
|
|
||
| # FreeSurfer files | ||
| lh.aparc_sub.annot md5:9e4d8d6b90242b7e4b0145353436ef77 | ||
| rh.aparc_sub.annot md5:dd6464db8e7762d969fc1d8087cd211b | ||
|
|
||
| # below, do **not** include the release | ||
| # number in the names of the testing or | ||
| # misc datasets (it gets done automatically | ||
| # in mne/datasets/utils.py). Only update | ||
| # the md5 hashes as needed. | ||
| mne-testing-data md5:db07710c0b94476f954f60926685b5b7 | ||
| mne-misc-data md5:0aa25a9bb4f204b3d4769f0b84e9b526 | ||
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
later PR: Put into python code and create temp file for internal