Skip to content

Commit da923b6

Browse files
committed
FIX: Save boldrefs as float32
1 parent 5ebaf84 commit da923b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

niworkflows/interfaces/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def _none():
7474
("mask", "uint8"),
7575
("dseg", "int16"),
7676
("probseg", "float32"),
77-
("boldref", "source"),
77+
("boldref", "float32"),
7878
),
7979
)
8080

0 commit comments

Comments
 (0)