Skip to content

Commit 0b4b17b

Browse files
committed
update CHANGES, update autotests
1 parent 93c90cf commit 0b4b17b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Next release
22
============
33

4+
* FIX: Bug in XFibres5 (https://github.com/nipy/nipype/pull/1168)
45
* ENH: Attempt to use hard links for data sink.
56
(https://github.com/nipy/nipype/pull/1161)
67
* FIX: Updates to SGE Plugins

nipype/interfaces/fsl/tests/test_auto_BEDPOSTX5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_BEDPOSTX5_inputs():
5252
model=dict(argstr='--model=%d',
5353
),
5454
n_fibres=dict(argstr='--nfibres=%d',
55+
usedefault=True,
5556
),
5657
n_jumps=dict(argstr='--njumps=%d',
5758
),

nipype/interfaces/fsl/tests/test_auto_FSLXCommand.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def test_FSLXCommand_inputs():
5050
model=dict(argstr='--model=%d',
5151
),
5252
n_fibres=dict(argstr='--nfibres=%d',
53+
usedefault=True,
5354
),
5455
n_jumps=dict(argstr='--njumps=%d',
5556
),

nipype/interfaces/fsl/tests/test_auto_XFibres5.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def test_XFibres5_inputs():
5252
model=dict(argstr='--model=%d',
5353
),
5454
n_fibres=dict(argstr='--nfibres=%d',
55+
usedefault=True,
5556
),
5657
n_jumps=dict(argstr='--njumps=%d',
5758
),

0 commit comments

Comments
 (0)