Skip to content

Commit 4ab9084

Browse files
authoredJul 13, 2022
Apply suggestions from code review
1 parent e726ac4 commit 4ab9084

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎nipype/interfaces/mrtrix3/preprocess.py

-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ class DWIPreprocInputSpec(MRTrix3BaseInputSpec):
284284
)
285285
pe_dir = traits.Str(
286286
argstr="-pe_dir %s",
287-
mandatory=False,
288287
desc="Specify the phase encoding direction of the input series, can be a signed axis number (e.g. -0, 1, +2), an axis designator (e.g. RL, PA, IS), or NIfTI axis codes (e.g. i-, j, k)",
289288
)
290289
ro_time = traits.Float(

‎nipype/interfaces/mrtrix3/tests/test_auto_DWIPreproc.py

-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def test_DWIPreproc_inputs():
9191
),
9292
pe_dir=dict(
9393
argstr="-pe_dir %s",
94-
mandatory=False,
9594
),
9695
ro_time=dict(
9796
argstr="-readout_time %f",

0 commit comments

Comments
 (0)