Skip to content

Commit 33544f7

Browse files
committed
FIX: kwarg name
1 parent 2f97593 commit 33544f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

niworkflows/interfaces/cifti.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ def _create_cifti_image(
357357
bold_img = resample_to_img(bold_img, label_img)
358358

359359
# ensure images match HCP orientation (LAS)
360-
bold_img = reorient_image(bold_img, target_orientation="LAS")
361-
label_img = reorient_image(label_img, target_orientation="LAS")
360+
bold_img = reorient_image(bold_img, target_ornt="LAS")
361+
label_img = reorient_image(label_img, target_ornt="LAS")
362362

363363
bold_data = bold_img.get_fdata(dtype="float32")
364364
timepoints = bold_img.shape[3]

0 commit comments

Comments
 (0)