.. _Stability tests: Base classes for stability tests ================================ This module gathers the classes to handle data from stability tests. These classes are designed to be used in the :py:class:`~snowprofile.snowprofile.SnowProfile` class. - :py:class:`~snowprofile.stability_tests.RBStabilityTestResult` - :py:class:`~snowprofile.stability_tests.RBStabilityTest` - :py:class:`~snowprofile.stability_tests.CTStabilityTestResult` - :py:class:`~snowprofile.stability_tests.CTStabilityTest` - :py:class:`~snowprofile.stability_tests.ECTStabilityTestResult` - :py:class:`~snowprofile.stability_tests.ECTStabilityTest` - :py:class:`~snowprofile.stability_tests.PSTStabilityTest` - :py:class:`~snowprofile.stability_tests.ShearFrameStabilityTestResult` - :py:class:`~snowprofile.stability_tests.ShearFrameStabilityTest` .. automodule:: snowprofile.stability_tests :members: :show-inheritance: :inherited-members: BaseModel :member-order: bysource