We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618be5b commit 70df19eCopy full SHA for 70df19e
sdcflows/models/tests/test_pepolar.py
@@ -72,10 +72,10 @@ def test_topup_wf(tmpdir, datadir, workdir, outdir, epi_path):
72
73
# fmt: off
74
wf.connect([
75
- (topup_wf, pre_mask, [("outputnode.corrected", "in_file")]),
76
- (topup_wf, merge_corrected, [("outputnode.corrected", "in_files")]),
+ (topup_wf, pre_mask, [("outputnode.fmap_ref", "in_file")]),
+ (topup_wf, merge_corrected, [("outputnode.fmap_ref", "in_files")]),
77
(merge_corrected, rep, [("out_avg", "reference")]),
78
- (topup_wf, rep, [("outputnode.fieldmap", "fieldmap")]),
+ (topup_wf, rep, [("outputnode.fmap", "fieldmap")]),
79
(pre_mask, rep, [("out_file", "mask")]),
80
(rep, ds_report, [("out_report", "in_file")]),
81
])
0 commit comments