Skip to content

Commit bc48f64

Browse files
committed
TEST: Add use_mcflirt to base test
1 parent 55b4236 commit bc48f64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fmriprep/workflows/tests/test_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def test_single_subject_wf(self, _):
4141
ignore_aroma_err=False,
4242
use_syn=True,
4343
force_syn=True,
44-
template_out_grid='native')
44+
template_out_grid='native',
45+
use_mcflirt=False)
4546
wfbasic.write_graph()
4647
self._assert_mandatory_inputs_set(wfbasic)
4748

0 commit comments

Comments
 (0)