From c48f67a9cf36b18f14f7db3392896f557992abe0 Mon Sep 17 00:00:00 2001 From: Taylor Salo Date: Thu, 9 Nov 2023 15:58:45 -0500 Subject: [PATCH] Revert. --- aslprep/workflows/asl/base.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aslprep/workflows/asl/base.py b/aslprep/workflows/asl/base.py index 8a9b84799..5c17d2f98 100644 --- a/aslprep/workflows/asl/base.py +++ b/aslprep/workflows/asl/base.py @@ -600,7 +600,6 @@ def init_asl_preproc_wf(asl_file, has_fieldmap=False): ]), ]) # fmt:on - return workflow # Map final ASL mask into T1w space (if required) nonstd_spaces = set(spaces.get_nonstandard()) @@ -957,7 +956,6 @@ def _last(inlist): (initial_aslref_wf, ds_report_validation, [("outputnode.validation_report", "in_file")]), ]) # fmt:on - return workflow # Fill-in datasinks of reportlets seen so far for node in workflow.list_node_names():