Skip to content

Commit

Permalink
Merge pull request #821 from effigies/fix/boldref_dtype
Browse files Browse the repository at this point in the history
FIX: Save boldrefs as float32
  • Loading branch information
effigies authored Aug 22, 2023
2 parents 5ebaf84 + da923b6 commit 789d064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niworkflows/interfaces/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def _none():
("mask", "uint8"),
("dseg", "int16"),
("probseg", "float32"),
("boldref", "source"),
("boldref", "float32"),
),
)

Expand Down

0 comments on commit 789d064

Please sign in to comment.