dedalus.tools.exceptions

Custom exception classes.

Module Contents

exception NonlinearOperatorError

Exceptions for operands that fail linearity tests.

Initialize self. See help(type(self)) for accurate signature.

exception DependentOperatorError

Exception for operands that fail independence tests.

Initialize self. See help(type(self)) for accurate signature.

exception SymbolicParsingError

Exceptions for syntactic and mathematical problems in equations.

Initialize self. See help(type(self)) for accurate signature.

exception UnsupportedEquationError

Exceptions for valid but unsupported equations.

Initialize self. See help(type(self)) for accurate signature.

exception UndefinedParityError

Exceptions for data/operations with undefined parity.

Initialize self. See help(type(self)) for accurate signature.

exception SkipDispatchException(output)

Exceptions for shortcutting MultiClass dispatch.

Initialize self. See help(type(self)) for accurate signature.