-
Notifications
You must be signed in to change notification settings - Fork 70
Switches SPM version from dev to stable r7219 #122
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
Conversation
The checks are not all passing. Not sure why it gives an "all green". But the last issue should have been taken care of with ReproNim/neurodocker#228. |
It seems that this setup/environment doesn't work with If you try to use
The error can be found in this circleci log . I assume that the version of I therefore decided to close this PR again. The change from SPM12 version |
Thanks to @kaczmarj's help I was able to solve this issue. I just had to force |
The I will merge this commit to master. |
Not sure where to post this best, but switching SPM version from @kaczmarj, this might be a "good to know" fact for you. |
thanks @miykael - this is great to know! |
As discussed here (ReproNim/neurodocker#228), I'm curious if it's not better if we switch to a stable SPM12 version in the tutorial. I'm worried that otherwise users will use the
dev
version for their scientific analysis. Which would be bad, as those versions might just disappear at one point.What do others think?