hub/venv/lib/python3.7/site-packages/matplotlib/testing/exceptions.py

5 lines
138 B
Python
Raw Normal View History

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