Exceptions¶
brats.utils.exceptions ¶
AlgorithmNotCPUCompatibleException ¶
Bases: Exception
Exception raised when an CPU-incompatible algorithm tries to run on CPU.
Source code in brats/utils/exceptions.py
4 5 | |
BraTSContainerException ¶
Bases: Exception
Exception raised when an algorithm container fails
Source code in brats/utils/exceptions.py
8 9 | |
AlgorithmConfigException ¶
Bases: DaciteError
Exception raised when the algorithm config file has issues.
Source code in brats/utils/exceptions.py
12 13 | |
ZenodoException ¶
Bases: Exception
Exception raised when Zenodo is unreachable or returns an error.
Source code in brats/utils/exceptions.py
16 17 | |