We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef5203 commit 8d8f518Copy full SHA for 8d8f518
fmriprep/cli/run.py
@@ -719,9 +719,6 @@ def parse_spaces(opts):
719
"""
720
spaces = opts.output_spaces
721
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
- )
725
spaces.add('MNI152NLin2009cAsym')
726
727
if not spaces.is_cached(): # spaces may be already checkpointed if users want no BOLD outputs
0 commit comments