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