Files
geMoldInsight/venv/lib/python3.11/site-packages/matplotlib/testing/exceptions.py
T
2026-02-12 23:27:48 +08:00

5 lines
138 B
Python

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