Skip to content

Commit 988fffa

Browse files
committed
FIX: Expect probmap input by default
1 parent 5137852 commit 988fffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/anatomical/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def init_coregistration_wf(
1616
sloppy: bool = False,
1717
debug: bool = False,
1818
t1w_mask: bool = False,
19-
probmap: bool = False,
19+
probmap: bool = True,
2020
name: str = "coregistration_wf",
2121
):
2222
"""

0 commit comments

Comments
 (0)