diff --git a/siibra/core/parcellation.py b/siibra/core/parcellation.py index 98daf2d4..02e40ee3 100644 --- a/siibra/core/parcellation.py +++ b/siibra/core/parcellation.py @@ -237,7 +237,7 @@ def _split_group_spec(self, spec: str): def get_region( self, regionspec: Union[str, region.Region], - find_topmost: bool = True, + find_topmost: bool = False, allow_tuple: bool = False ): """ @@ -255,7 +255,7 @@ def get_region( regionspec: str, Region - a string with a possibly inexact name (matched both against the name and the identifier key) - a Region object - find_topmost: bool, default: True + find_topmost: bool, default: False If True, will automatically return the parent of a decoded region the decoded region is its only child. allow_tuple: bool, default: False