Skip to content

Commit ea2355b

Browse files
committed
FIX: Default surface recon method should be None
1 parent 7efc8c9 commit ea2355b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ class workflow(_Config):
604604
spaces = None
605605
"""Keeps the :py:class:`~niworkflows.utils.spaces.SpatialReferences`
606606
instance keeping standard and nonstandard spaces."""
607-
surface_recon_method = 'auto'
607+
surface_recon_method = None
608608
"""Method to use for surface reconstruction."""
609609
use_bbr = False
610610
"""Run boundary-based registration for BOLD-to-T1w registration."""

0 commit comments

Comments
 (0)