Skip to content

Commit

Permalink
FIX: dunder
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 13, 2023
1 parent c3dde8a commit e3b4feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/workflows/bold/fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def init_bold_native_wf(
(md := layout.get_metadata(bold_file), bold_file, md.get("EchoTime"))
for bold_file in listify(bold_series)
),
key=lambda _, _, echo_time: echo_time,
key=lambda _, __, echo_time: echo_time,
)
)
multiecho = len(bold_files) > 1
Expand Down

0 comments on commit e3b4feb

Please sign in to comment.