Skip to content

Commit

Permalink
Update concatenation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 15, 2023
1 parent d5f1376 commit 2d0d27f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xcp_d/workflows/concatenation.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,9 @@ def init_concatenate_data_wf(
)
# fmt:off
workflow.connect([
(timeseries_src, make_timeseries_ciftis_dict, [("bids_uris", "Sources")]),
(timeseries_ciftis_src, make_timeseries_ciftis_dict, [
(("bids_uris", _transpose_lol), "Sources"),
]),
])
# fmt:on

Expand Down

0 comments on commit 2d0d27f

Please sign in to comment.