-
-
Save tonyfast/520e34998e3040d1fcda740543d7d6e0 to your computer and use it in GitHub Desktop.
This file contains 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
def task_data(): | |
"download the sample data" | |
return dict(actions=["wget https://docs.google.com/uc?id=1rkoE_xoUN7YMefnUcJ-LXAlI5gU8qYLv&export=download -O test_FA.nii.gz".split()], targets=["test_FA.nii.gz"]) |
This file contains 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
doit data |
This file contains 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
git+https://github.com/pydata/sparse@master | |
scipy | |
numpy | |
pandas | |
nibabel | |
nilearn | |
doit | |
matplotlib | |
pytest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment