Skip to content

Commit 2096a09

Browse files
authored
FIX: Raise version error when using -g with antsAI < 2.3.0
1 parent 929de35 commit 2096a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/ants/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ class AIInputSpec(ANTSCommandInputSpec):
394394
traits.Tuple(traits.Float, traits.Tuple(traits.Float, traits.Float)),
395395
argstr="-g %s",
396396
desc="Translation search grid in mm",
397+
min_ver="2.3.0",
397398
)
398399

399400
convergence = traits.Tuple(

0 commit comments

Comments
 (0)