Skip to content

Commit c08b0ee

Browse files
committed
FIX: PEP8 - E303 too many blank lines (2)
1 parent a79f91d commit c08b0ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+0
-132
lines changed

build_docs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class APIDocs(TempInstall):
7272
('None', None, 'this command has no options'),
7373
]
7474

75-
7675
def run(self):
7776
# First build the project and install it to a temporary location.
7877
TempInstall.run(self)
@@ -158,7 +157,6 @@ def zip_docs(self):
158157
os.path.join(relative, 'html_docs', f))
159158
zf.close()
160159

161-
162160
def finalize_options(self):
163161
""" Override the default for the documentation build
164162
directory.

doc/sphinxext/numpy_ext/docscrape.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ def _parse_param_list(self, content):
192192

193193
return params
194194

195-
196195
_name_rgx = re.compile(r"^\s*(:(?P<role>\w+):`(?P<name>[a-zA-Z0-9_.-]+)`|"
197196
r" (?P<name2>[a-zA-Z0-9_.-]+))\s*", re.X)
198197

doc/sphinxext/numpy_ext/docscrape_sphinx.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from nipype.external.six import string_types
66

77

8-
98
class SphinxDocString(NumpyDocString):
109
def __init__(self, docstring, config={}):
1110
self.use_plots = config.get('use_plots', False)

examples/dmri_dtk_dti.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
])
160160

161161

162-
163162
"""
164163
Setup for Tracktography
165164
-----------------------

examples/dmri_dtk_odf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@
160160
])
161161

162162

163-
164163
"""
165164
Setup for Tracktography
166165
-----------------------

examples/dmri_fsl_dti.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@
172172
])
173173

174174

175-
176175
"""
177176
Setup for Tracktography
178177
-----------------------

examples/fmri_fsl.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import nipype.algorithms.rapidart as ra # artifact detection
3030

3131

32-
3332
"""
3433
Preliminaries
3534
-------------

examples/fmri_openfmri.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ def split_files(in_files, splits):
350350
wf.connect(registration, 'outputspec.transformed_files',
351351
splitfunc, 'in_files')
352352

353-
354353
"""
355354
Connect to a datasink
356355
"""

examples/fmri_spm_auditory.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
coregister.inputs.jobtype = 'estimate'
8888

8989

90-
9190
segment = pe.Node(interface=spm.Segment(), name="segment")
9291

9392
"""Uncomment the following line for faster execution
@@ -201,7 +200,6 @@ def get_vox_dims(volume):
201200
"""
202201

203202

204-
205203
l1pipeline = pe.Workflow(name='firstlevel')
206204
l1pipeline.connect([(preproc, l1analysis, [('realign.realignment_parameters',
207205
'modelspec.realignment_parameters')])])
@@ -221,7 +219,6 @@ def makelist(item):
221219
'modelspec.functional_runs')])])
222220

223221

224-
225222
"""
226223
Data specific components
227224
------------------------

examples/fmri_spm_face.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
coregister.inputs.jobtype = 'estimate'
8181

8282

83-
8483
segment = pe.Node(interface=spm.Segment(), name="segment")
8584
segment.inputs.save_bias_corrected = True
8685

0 commit comments

Comments
 (0)