Skip to content

Commit

Permalink
roll back nilearn interface
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Jan 19, 2018
1 parent 533c247 commit f4c3db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/nilearn.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def _run_interface(self, runtime):
region_signals.astype(str)))

# save output
self._results['out_file'] = os.path.join(runtime.cwd, self.inputs.out_file)
self._results['out_file'] = os.path.abspath(self.inputs.out_file)
np.savetxt(
self._results['out_file'], output, fmt=b'%s', delimiter='\t')
return runtime
Expand Down

0 comments on commit f4c3db7

Please sign in to comment.