Skip to content

Commit 826cab1

Browse files
committed
sty: fixed white spaces
1 parent 6d6a617 commit 826cab1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

nipype/interfaces/dcmstack.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ def _run_interface(self, runtime):
284284
# Update the shape and slice dimension to reflect the meta extension update.
285285
dest.meta_ext.slice_dim = src.meta_ext.slice_dim
286286
dest.meta_ext.shape = src.meta_ext.shape
287-
288-
self.out_path = path.join(os.getcwd(),
287+
288+
self.out_path = path.join(os.getcwd(),
289289
path.basename(self.inputs.dest_file))
290290
dest.to_filename(self.out_path)
291291

nipype/pipeline/tests/test_engine.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def test_itersource_expansion():
258258
for i in [0,1,2]:
259259
wf3.add_nodes([wf1.clone(name='test%d'%i)])
260260
wf3._flatgraph = wf3._create_flat_graph()
261-
261+
262262
# each expanded graph clone has:
263263
# 2 node1 expansion nodes,
264264
# 1 node2 per node1 replicate,
@@ -288,7 +288,7 @@ def test_itersource_synchronize1_expansion():
288288
for i in [0,1,2]:
289289
wf3.add_nodes([wf1.clone(name='test%d'%i)])
290290
wf3._flatgraph = wf3._create_flat_graph()
291-
291+
292292
# each expanded graph clone has:
293293
# 2 node1 expansion nodes,
294294
# 1 node2 per node1 replicate,
@@ -319,7 +319,7 @@ def test_itersource_synchronize2_expansion():
319319
for i in [0,1,2]:
320320
wf3.add_nodes([wf1.clone(name='test%d'%i)])
321321
wf3._flatgraph = wf3._create_flat_graph()
322-
322+
323323
# each expanded graph clone has:
324324
# 2 node1 expansion nodes,
325325
# 1 node2 per node1 replicate,

0 commit comments

Comments
 (0)