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 db72d88 commit bf5ccb2Copy full SHA for bf5ccb2
nipype/algorithms/icc.py
@@ -80,7 +80,6 @@ def _run_interface(self, runtime):
80
def _list_outputs(self):
81
outputs = self._outputs().get()
82
outputs['icc_map'] = os.path.abspath('icc_map.nii')
83
- outputs['sessions_F_map'] = os.path.abspath('sessions_F_map.nii')
84
outputs['session_var_map'] = os.path.abspath('session_var_map.nii')
85
outputs['subject_var_map'] = os.path.abspath('subject_var_map.nii')
86
return outputs
0 commit comments