OpTypeError¶
-
exception
odl.operator.operator.
OpTypeError
[source]¶ Exception for operator type errors.
Domain errors are raised by
Operator
subclasses when trying to call them with input not in the domain (Operator.domain
) or with the wrong range (Operator.range
).