-
Notifications
You must be signed in to change notification settings - Fork 532
[ENH] Added afni.FWHMx interface #1361
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
return super(FWHMx, self)._format_arg(name, trait_spec, value) | ||
|
||
def _run_interface(self, runtime): | ||
if platform == 'darwin': |
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.
Is this an AFNI wide or FWHM specific issue?
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 only experienced it with the FWHMx interface, I don't know if it's for some other. Definitely not all.
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.
Looks like despike also has the problem. Maybe worth setting for all afni interfaces.
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.
+1
This is ready to go. I have checked that tests pass (seems like Travis is queueing today) |
Are you planning to send the OSX fix a sseparate PR? |
[ENH] Added afni.FWHMx interface
It is included in this one since it is a minor change (added here https://github.com/nipy/nipype/pull/1361/files#diff-e0d822d271f09df14e2fa7444c9a4f3dR119) |
Thx - I somehow missed it. |
No description provided.