deepcave.runs.exceptions¶
# Exceptions
This module provides utilities for different errors concerning the runs.
Exceptions will be raised, if a directory is not a valid run, as well as if runs are not mergeable.
- ## Classes
NotValidRunError: Raised if directory is not a valid run.
NotMergeableError: Raised if two or more runs are not mergeable.
Classes
|
Check why runs were not compatible. |
Exceptions
Raised if two or more runs are not mergeable. |
|
Raised if directory is not a valid run. |
- exception deepcave.runs.exceptions.NotMergeableError[source]¶
Bases:
Exception
Raised if two or more runs are not mergeable.