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 1542229 commit 30039bbCopy full SHA for 30039bb
dmriprep/workflows/dwi/base.py
@@ -222,7 +222,12 @@ def _bold_reg_suffix(fallback):
222
name="output_select",
223
run_without_submitting=True,
224
)
225
- # output_select.inputs.key = get_identifier(dwi_file)
+ # 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
231
232
# fmt: off
233
workflow.connect([
0 commit comments