-
Notifications
You must be signed in to change notification settings - Fork 66
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
Eg mod #338
Eg mod #338
Conversation
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.
Almost there, thx !
@@ -30,12 +30,12 @@ | |||
|
|||
# Path (relative or full) of directory containing data (if different from directory | |||
# containing this configuration file). | |||
dataset_dir = | |||
dataset_dir = |
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.
Something wrong here
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.
I've removed the NYU rest ini file. The NYU rest example is obviously not the only one showcasing use of ini files. Was there a specific reason for including this dataset?
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.
O that's an ini file, sorry.
Anyway, if the fetcher is deprecated, it's better to remove it (as you may have seen, Nilearn has examples on a new resting state dataset).
Best,
B
Maybe a rebase to remove conflicts ? |
@bthirion The conflicts have been resolved, should I merge once the tests are complete? |
Removed the example file nipype_preproc_spm_nyu because 1) it errors, and 2) it uses the NYU rest fetcher which is deprecated. I will rework this example with a different dataset later because it showcases the use of an ini file.
The example coreg_demos uses the ABIDE dataset with hardcoded paths; removed it.
Added a line to the README to say that pypreprocess works with Ubuntu 16 and 18, no guarantees otherwise.