pyhs3.exceptions.ExpressionEvaluationError¶
- exception pyhs3.exceptions.ExpressionEvaluationError[source]¶
Exception raised when a parsed expression cannot be evaluated.
This typically occurs when: - Required variables are missing from the evaluation context - The expression results in mathematical errors (division by zero, etc.) - PyTensor conversion fails