MCPcopy Create free account
hub / github.com/DedalusProject/dedalus / UnsupportedEquationError

Class UnsupportedEquationError

dedalus/tools/exceptions.py:19–21  ·  view source on GitHub ↗

Exceptions for valid but unsupported equations.

Source from the content-addressed store, hash-verified

17 pass
18
19class UnsupportedEquationError(Exception):
20 """Exceptions for valid but unsupported equations."""
21 pass
22
23class UndefinedParityError(Exception):
24 """Exceptions for data/operations with undefined parity."""

Callers 3

build_EVPMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected