File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -284,8 +284,8 @@ def _run_interface(self, runtime):
284
284
# Update the shape and slice dimension to reflect the meta extension update.
285
285
dest .meta_ext .slice_dim = src .meta_ext .slice_dim
286
286
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 (),
289
289
path .basename (self .inputs .dest_file ))
290
290
dest .to_filename (self .out_path )
291
291
Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ def test_itersource_expansion():
258
258
for i in [0 ,1 ,2 ]:
259
259
wf3 .add_nodes ([wf1 .clone (name = 'test%d' % i )])
260
260
wf3 ._flatgraph = wf3 ._create_flat_graph ()
261
-
261
+
262
262
# each expanded graph clone has:
263
263
# 2 node1 expansion nodes,
264
264
# 1 node2 per node1 replicate,
@@ -288,7 +288,7 @@ def test_itersource_synchronize1_expansion():
288
288
for i in [0 ,1 ,2 ]:
289
289
wf3 .add_nodes ([wf1 .clone (name = 'test%d' % i )])
290
290
wf3 ._flatgraph = wf3 ._create_flat_graph ()
291
-
291
+
292
292
# each expanded graph clone has:
293
293
# 2 node1 expansion nodes,
294
294
# 1 node2 per node1 replicate,
@@ -319,7 +319,7 @@ def test_itersource_synchronize2_expansion():
319
319
for i in [0 ,1 ,2 ]:
320
320
wf3 .add_nodes ([wf1 .clone (name = 'test%d' % i )])
321
321
wf3 ._flatgraph = wf3 ._create_flat_graph ()
322
-
322
+
323
323
# each expanded graph clone has:
324
324
# 2 node1 expansion nodes,
325
325
# 1 node2 per node1 replicate,
You can’t perform that action at this time.
0 commit comments