Skip to content

Commit

Permalink
Merge pull request #416 from mgxd/fix/no-recon
Browse files Browse the repository at this point in the history
FIX: Default surface recon method should be None
  • Loading branch information
mgxd authored Dec 12, 2024
2 parents 7efc8c9 + ea2355b commit ed90a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabies/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit ed90a8c

Please sign in to comment.