Skip to content

fix tuple nnunet - #45

Merged
arnaudbore merged 2 commits into
scilus:mainfrom
EliseCos:fix_nnunet
Jul 30, 2026
Merged

fix tuple nnunet#45
arnaudbore merged 2 commits into
scilus:mainfrom
EliseCos:fix_nnunet

Conversation

@EliseCos

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread subworkflows/local/nnunet/main.nf Outdated
.map { meta, dwi, b0, mask ->
[meta, dwi, b0, mask ?: [ ]]} // Use empty list if mask is null
.map { meta, dwi, b0 ->
[meta, dwi, b0]} // Use empty list if mask is null

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need the map if you're not doing anything with it.

@arnaudbore
arnaudbore merged commit 991b94f into scilus:main Jul 30, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants