Skip to content

Commit 4615236

Browse files
committed
make specs
1 parent 8e2e658 commit 4615236

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

nipype/interfaces/afni/tests/test_auto_Qwarp.py

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ def test_Qwarp_inputs():
2828
argstr="-ballopt",
2929
xor=["workhard", "boxopt"],
3030
),
31+
bandpass=dict(
32+
argstr="-bpass %f %f",
33+
),
3134
base_file=dict(
3235
argstr="-base %s",
3336
copyfile=False,

nipype/interfaces/afni/tests/test_auto_QwarpPlusMinus.py

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ def test_QwarpPlusMinus_inputs():
2828
argstr="-ballopt",
2929
xor=["workhard", "boxopt"],
3030
),
31+
bandpass=dict(
32+
argstr="-bpass %f %f",
33+
),
3134
base_file=dict(
3235
argstr="-base %s",
3336
copyfile=False,

0 commit comments

Comments
 (0)