exceptions#
Custom exceptions for ClearMap
- exception AssetNotFoundError[source]#
Bases:
ClearMapAssetErrorException raised when an asset is not found
- exception ClearMapAssetError[source]#
Bases:
ClearMapWorkspaceErrorException raised when there is an error with the asset
- exception ClearMapIoException[source]#
Bases:
ClearMapExceptionBase exception for all exceptions related to input/output operations
- exception ClearMapVRamException[source]#
Bases:
ClearMapExceptionException raised when there is insufficient VRAM available for a processing step
- exception ClearMapWorkspaceError[source]#
Bases:
ClearMapExceptionException raised when there is an error with the workspace
- exception ConfigNotFoundError[source]#
Bases:
ClearMapExceptionException raised when a configuration file is not found
- exception GroupStatsError[source]#
Bases:
ClearMapExceptionException raised when there is an error with the group statistics
- exception IncompatibleSource(source, variable_name, current_vars)[source]#
Bases:
ClearMapIoException
- exception MissingRequirementException[source]#
Bases:
ClearMapExceptionException raised when a processing step is missing a required condition (i.e. an other step has not been run yet)
- exception PlotGraphError[source]#
Bases:
ClearMapExceptionException raised when attempting to plot a graph that is e.g. too large
- exception SmiError[source]#
Bases:
ClearMapExceptionException raised when there is an error with the
nvidia-smicommand
- exception SourceModuleNotFoundError[source]#
Bases:
ClearMapIoExceptionException raised when a source module is not found