Skip to content

Commit a807cf4

Browse files
committed
Removed resolved TO-DO's.
1 parent 589f313 commit a807cf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CPAC/distortion_correction/distortion_correction.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,6 @@ def distcor_blip_fsl_topup(wf, cfg, strat_pool, pipe_num, opt=None):
602602
node, out = strat_pool.get_data('epi_2')
603603
wf.connect(node, out, phase_encoding, 'phase_two')
604604

605-
# TODO - which one?
606605
node, out = strat_pool.get_data('pe_direction')
607606
wf.connect(node, out, phase_encoding, 'unwarp_dir')
608607

@@ -644,7 +643,6 @@ def distcor_blip_fsl_topup(wf, cfg, strat_pool, pipe_num, opt=None):
644643

645644
wf.connect(create_list, 'out', choose_phase, 'phase_imgs')
646645

647-
# TODO - which one?
648646
node, out = strat_pool.get_data("pe_direction")
649647
wf.connect(node, out, choose_phase, "unwarp_dir")
650648

0 commit comments

Comments
 (0)