You are reading an old version of the documentation (v3.1.0). For the latest version see https://matplotlib.org/stable/
Version 3.1.0
matplotlib
Fork me on GitHub

Source code for matplotlib.testing.exceptions

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