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

RunInequality(value)

Check why runs were not compatible.

Exceptions

NotMergeableError

Raised if two or more runs are not mergeable.

NotValidRunError

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.

exception deepcave.runs.exceptions.NotValidRunError[source]

Bases: Exception

Raised if directory is not a valid run.

class deepcave.runs.exceptions.RunInequality(value)[source]

Bases: Enum

Check why runs were not compatible.