BodyBalanceEvaluation/backend/venv/Lib/site-packages/matplotlib/testing/exceptions.py

5 lines
138 B
Python
Raw Normal View History

2025-07-31 17:23:05 +08:00
class ImageComparisonFailure(AssertionError):
"""
Raise this exception to mark a test as a comparison between two images.
"""