From ea2355b9f5cb8e3e3842e93153c6c494bbc865e9 Mon Sep 17 00:00:00 2001 From: Mathias Goncalves Date: Thu, 12 Dec 2024 08:01:54 -0500 Subject: [PATCH] FIX: Default surface recon method should be None --- nibabies/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nibabies/config.py b/nibabies/config.py index 20fbd099..4c6263e7 100644 --- a/nibabies/config.py +++ b/nibabies/config.py @@ -604,7 +604,7 @@ class workflow(_Config): spaces = None """Keeps the :py:class:`~niworkflows.utils.spaces.SpatialReferences` instance keeping standard and nonstandard spaces.""" - surface_recon_method = 'auto' + surface_recon_method = None """Method to use for surface reconstruction.""" use_bbr = False """Run boundary-based registration for BOLD-to-T1w registration."""