You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would enable reducing duplicate images in tests. For example, tests in pyvista/pyvista#5428 generate multiple images that are duplicates of one another. It could be something like:
deftest_identical_images(verify_image_cache):
verify_image_cache.file_compare="identical_images"# generate image with first plot and compare to "identical_images.png"verify_image_cache.file_compare="identical_images"# generate image with second plot and compare to same "identical_images.png"
The text was updated successfully, but these errors were encountered:
This would enable reducing duplicate images in tests. For example, tests in pyvista/pyvista#5428 generate multiple images that are duplicates of one another. It could be something like:
The text was updated successfully, but these errors were encountered: