Skip to content

Commit 8c6b354

Browse files
committed
FIX: Remove bad metadata input from ds_goodvoxels_mask
1 parent aee865d commit 8c6b354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ def init_func_derivatives_wf(
764764
(inputnode, ds_goodvoxels_mask, [
765765
('source_file', 'source_file'),
766766
('goodvoxels_mask', 'in_file'),
767-
('surf_refs', 'keys')]),
767+
]),
768768
])
769769
# fmt:on
770770

0 commit comments

Comments
 (0)