Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the user guide for the big picture.

nilearn.exceptions.MeshDimensionError

class nilearn.exceptions.MeshDimensionError(msg='Meshes have incompatible dimensions.')[source]

Exception raised when meshes have incompatible dimensions.

__init__(msg='Meshes have incompatible dimensions.')[source]
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.