-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration test with image comparison #9
Labels
Comments
mammatus95
added a commit
that referenced
this issue
Jul 31, 2024
mammatus95
added a commit
that referenced
this issue
Jul 31, 2024
mammatus95
added a commit
that referenced
this issue
Jul 31, 2024
mammatus95
added a commit
that referenced
this issue
Jul 31, 2024
|
Matplotlib testing: img1 = "./baseline/plot.png"
img2 = "./output/plot.png"
compare_images(img1, img2, 0.001) |
mammatus95
added a commit
that referenced
this issue
Jan 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To ensure that plot result did not change when new code is committed or a new libary is used,
proper image testing is needed.
Source:
https://matplotlib.org/stable/api/testing_api.html
The text was updated successfully, but these errors were encountered: