Skip to content

Commit 49dee43

Browse files
authored
Merge pull request #1 from satra/julia-mp2rage
fix: check before commit
2 parents 38bec09 + 0c57d74 commit 49dee43

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ NIPYPE: Neuroimaging in Python: Pipelines and Interfaces
3333
.. image:: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg?style=flat
3434
:target: http://gitter.im/nipy/nipype
3535
:alt: Chat
36-
36+
3737
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.581704.svg
3838
:target: https://doi.org/10.5281/zenodo.581704
3939

nipype/interfaces/fsl/ICA_AROMA.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def _list_outputs(self):
109109
else:
110110
outputs['out_dir'] = self._gen_filename('out_dir')
111111
out_dir = outputs['out_dir']
112-
112+
113113
if self.inputs.denoise_type in ('aggr', 'both'):
114114
outputs['aggr_denoised_file'] = os.path.join(out_dir, 'denoised_func_data_aggr.nii.gz')
115115
if self.inputs.denoise_type in ('nonaggr', 'both'):
@@ -120,4 +120,4 @@ def _gen_filename(self, name):
120120
if name == 'out_dir':
121121
return os.getcwd()
122122

123-
123+

nipype/interfaces/mipav/tests/test_auto_JistIntensityMp2rageMasking.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ def test_JistIntensityMp2rageMasking_inputs():
2626
),
2727
null=dict(argstr='--null %s',
2828
),
29-
outMasked=dict(argstr='--outMasked %s',
29+
outMasked=dict(argstr='--outMasked_T1_Map %s',
3030
hash_files=False,
3131
),
32-
outMasked2=dict(argstr='--outMasked2 %s',
32+
outMasked2=dict(argstr='--outMasked_T1weighted %s',
3333
hash_files=False,
3434
),
35-
outSignal=dict(argstr='--outSignal %s',
35+
outSignal=dict(argstr='--outSignal_Proba %s',
3636
hash_files=False,
3737
),
38-
outSignal2=dict(argstr='--outSignal2 %s',
38+
outSignal2=dict(argstr='--outSignal_Mask %s',
3939
hash_files=False,
4040
),
4141
terminal_output=dict(nohash=True,

0 commit comments

Comments
 (0)