Skip to content

Commit 1af343e

Browse files
committed
Correct PEP8
1 parent ca19159 commit 1af343e

File tree

1 file changed

+8
-8
lines changed
  • nipype/interfaces/camino

1 file changed

+8
-8
lines changed

nipype/interfaces/camino/dti.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ class DTMetricInputSpec(StdOutCommandLineInputSpec):
7070
desc='voxel-order data filename')
7171

7272
metric = traits.Enum('fa','md','rd','l1', 'l2', 'l3', 'tr', 'ra', '2dfa','cl','cp','cs',
73-
argstr='-stat %s', mandatory=True,
74-
desc=('Specifies the metric to compute. Possible choices are: '
75-
'"fa", "md", "rd", "l1", "l2", "l3", "tr", "ra", "2dfa", "cl", "cp" or "cs".'))
73+
argstr='-stat %s', mandatory=True,
74+
desc=('Specifies the metric to compute. Possible choices are: '
75+
'"fa", "md", "rd", "l1", "l2", "l3", "tr", "ra", "2dfa", "cl", "cp" or "cs".'))
7676

7777
inputdatatype = traits.Enum('double', 'float', 'long', 'int', 'short', 'char',
78-
argstr='-inputdatatype %s', usedefault=True,
79-
desc=('Specifies the data type of the input data. '
80-
'The data type can be any of the following strings: '
81-
'"char", "short", "int", "long", "float" or "double".'
82-
'Default is double data type'))
78+
argstr='-inputdatatype %s', usedefault=True,
79+
desc=('Specifies the data type of the input data. '
80+
'The data type can be any of the following strings: '
81+
'"char", "short", "int", "long", "float" or "double".'
82+
'Default is double data type'))
8383

8484
outputdatatype = traits.Enum('double', 'float', 'long', 'int', 'short', 'char',
8585
argstr='-outputdatatype %s', usedefault=True,

0 commit comments

Comments
 (0)