Skip to content

Commit 7967af7

Browse files
author
Erik Ziegler
committed
Updated tests for streamtrack-derived interfaces
1 parent ae6fd01 commit 7967af7

4 files changed

+4
-4
lines changed

nipype/interfaces/mrtrix/tests/test_auto_DiffusionTensorStreamlineTrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_DiffusionTensorStreamlineTrack_inputs():
9494
step_size=dict(argstr='-step %s',
9595
units='mm',
9696
),
97-
stop=dict(argstr='-gzip',
97+
stop=dict(argstr='-stop',
9898
),
9999
terminal_output=dict(mandatory=True,
100100
nohash=True,

nipype/interfaces/mrtrix/tests/test_auto_ProbabilisticSphericallyDeconvolutedStreamlineTrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def test_ProbabilisticSphericallyDeconvolutedStreamlineTrack_inputs():
9292
step_size=dict(argstr='-step %s',
9393
units='mm',
9494
),
95-
stop=dict(argstr='-gzip',
95+
stop=dict(argstr='-stop',
9696
),
9797
terminal_output=dict(mandatory=True,
9898
nohash=True,

nipype/interfaces/mrtrix/tests/test_auto_SphericallyDeconvolutedStreamlineTrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_SphericallyDeconvolutedStreamlineTrack_inputs():
9090
step_size=dict(argstr='-step %s',
9191
units='mm',
9292
),
93-
stop=dict(argstr='-gzip',
93+
stop=dict(argstr='-stop',
9494
),
9595
terminal_output=dict(mandatory=True,
9696
nohash=True,

nipype/interfaces/mrtrix/tests/test_auto_StreamlineTrack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def test_StreamlineTrack_inputs():
9090
step_size=dict(argstr='-step %s',
9191
units='mm',
9292
),
93-
stop=dict(argstr='-gzip',
93+
stop=dict(argstr='-stop',
9494
),
9595
terminal_output=dict(mandatory=True,
9696
nohash=True,

0 commit comments

Comments
 (0)