Skip to content

Commit

Permalink
enh: salvage part of the removed commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Dec 11, 2020
1 parent b750bbb commit 346dddd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dmriprep/workflows/dwi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,12 @@ def _bold_reg_suffix(fallback):
name="output_select",
run_without_submitting=True,
)
# output_select.inputs.key = get_identifier(dwi_file)
# estimator_key = get_identifier(dwi_file)
# if len(estimator_key) != 1:
# raise RuntimeError(
# f"Incorrect number of fieldmap estimator IDs ({len(estimator_key)})."
# )
# output_select.inputs.key = estimator_key

# fmt: off
workflow.connect([
Expand Down

0 comments on commit 346dddd

Please sign in to comment.