OpTypeError
- exception odl.OpTypeError
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).
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).