Skip to content

Commit

Permalink
make specs
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 3, 2024
1 parent 8e2e658 commit 4615236
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nipype/interfaces/afni/tests/test_auto_Qwarp.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def test_Qwarp_inputs():
argstr="-ballopt",
xor=["workhard", "boxopt"],
),
bandpass=dict(
argstr="-bpass %f %f",
),
base_file=dict(
argstr="-base %s",
copyfile=False,
Expand Down
3 changes: 3 additions & 0 deletions nipype/interfaces/afni/tests/test_auto_QwarpPlusMinus.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ def test_QwarpPlusMinus_inputs():
argstr="-ballopt",
xor=["workhard", "boxopt"],
),
bandpass=dict(
argstr="-bpass %f %f",
),
base_file=dict(
argstr="-base %s",
copyfile=False,
Expand Down

0 comments on commit 4615236

Please sign in to comment.