master
/ miniconda3 / envs / poem / lib / python3.10 / site-packages / matplotlib / testing / exceptions.py

exceptions.py @a8e0244

41a0142
 
 
 
1
2
3
4
class ImageComparisonFailure(AssertionError):
    """
    Raise this exception to mark a test as a comparison between two images.
    """