Files
edgartools/venv/lib/python3.10/site-packages/matplotlib/testing/exceptions.py
2025-12-09 12:13:01 +01:00

5 lines
138 B
Python

class ImageComparisonFailure(AssertionError):
"""
Raise this exception to mark a test as a comparison between two images.
"""