Skip to content

Commit 0a02bcf

Browse files
authored
fix: error in new test case implementation
1 parent 4c8f043 commit 0a02bcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nitransforms/tests/test_io.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ def test_Linear_common(tmpdir, data_path, sw, image_orientation, get_testdata):
190190
ext = ""
191191
if sw == "afni":
192192
factory = afni.AFNILinearTransform
193+
elif sw == "afni-array":
194+
factory = afni.AFNILinearTransformArray
193195
elif sw == "fsl":
194196
factory = fsl.FSLLinearTransform
195197
elif sw == "itk":

0 commit comments

Comments
 (0)