Skip to content

Commit 30039bb

Browse files
committed
enh: salvage part of the removed commit
1 parent 1542229 commit 30039bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dmriprep/workflows/dwi/base.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,12 @@ def _bold_reg_suffix(fallback):
222222
name="output_select",
223223
run_without_submitting=True,
224224
)
225-
# output_select.inputs.key = get_identifier(dwi_file)
225+
# estimator_key = get_identifier(dwi_file)
226+
# if len(estimator_key) != 1:
227+
# raise RuntimeError(
228+
# f"Incorrect number of fieldmap estimator IDs ({len(estimator_key)})."
229+
# )
230+
# output_select.inputs.key = estimator_key
226231

227232
# fmt: off
228233
workflow.connect([

0 commit comments

Comments
 (0)