Skip to content

Commit 8d8f518

Browse files
committed
fix: remove warning
1 parent cef5203 commit 8d8f518

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fmriprep/cli/run.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -719,9 +719,6 @@ def parse_spaces(opts):
719719
"""
720720
spaces = opts.output_spaces
721721
if not spaces.references and not spaces.is_cached():
722-
warnings.warn(
723-
"No output spaces have been set - fMRIPrep will add `MNI152NLin2009cAsym` by default."
724-
)
725722
spaces.add('MNI152NLin2009cAsym')
726723

727724
if not spaces.is_cached(): # spaces may be already checkpointed if users want no BOLD outputs

0 commit comments

Comments
 (0)