We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d05b2 commit 31f5ecdCopy full SHA for 31f5ecd
nipype/interfaces/afni/base.py
@@ -43,6 +43,7 @@ def version():
43
terminal_output='allatonce').run()
44
except IOError:
45
# If afni_vcheck is not present, return None
46
+ warn('afni_vcheck executable not found.')
47
return None
48
49
out = clout.runtime.stdout.split('\n')[1]
nipype/interfaces/afni/preprocess.py
@@ -1245,8 +1245,6 @@ def __init__(self, **inputs):
1245
# As of AFNI 16.0.00, redirect_x is not needed
1246
if isinstance(v[0], int) and v[0] > 15:
1247
self._redirect_x = False
1248
- else:
1249
- raise RuntimeWarning('afni_vcheck executable not found.')
1250
1251
1252
class TCatInputSpec(AFNICommandInputSpec):
0 commit comments