ComputationNotPerformedWarning#
- exception ansys.tools.common.warnings.ComputationNotPerformedWarning(message: str)#
Bases:
AnsysWarningWarning raised when data is accessed before a required computation has run.
This warning is typically issued when a property or method returns
Nonebecause the user has not yet called the required computation step (for example,.process()or.compute()).
Import detail#
from ansys.tools.common.warnings import ComputationNotPerformedWarning