Skip to content

Commit 4524d16

Browse files
committed
TST: Set proper default
1 parent 0077291 commit 4524d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/tests/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def bids_root(tmp_path_factory):
105105

106106

107107
def _make_params(
108-
bold2anat_init: str = "auto",
108+
bold2anat_init: str = "t1w",
109109
use_bbr: bool | None = None,
110110
dummy_scans: int | None = None,
111111
me_output_echos: bool = False,

0 commit comments

Comments
 (0)