Skip to content

Commit 9c48489

Browse files
effigiesmgxd
andauthored
Update sdcflows/interfaces/bspline.py
Co-authored-by: Mathias Goncalves <[email protected]>
1 parent 8dfbccf commit 9c48489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/interfaces/bspline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def _run_interface(self, runtime):
426426
self.inputs.in_data,
427427
self.inputs.pe_dir,
428428
self.inputs.ro_time,
429-
jacobian=self.inputs.jacobian or False,
429+
jacobian=self.inputs.jacobian,
430430
xfms=self.inputs.in_xfms or None,
431431
xfm_data2fmap=data2fmap_xfm,
432432
approx=self.inputs.approx,

0 commit comments

Comments
 (0)