mirror of
https://github.com/Ladebeze66/ft_linear_regression.git
synced 2025-12-16 22:17:45 +01:00
5 lines
138 B
Python
5 lines
138 B
Python
class ImageComparisonFailure(AssertionError):
|
|
"""
|
|
Raise this exception to mark a test as a comparison between two images.
|
|
"""
|