We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd2b77 commit becbd80Copy full SHA for becbd80
src/tests/conftest.py
@@ -62,6 +62,7 @@ def get_response(self):
62
return response
63
else:
64
return eval(response)
65
+
66
def images_diff(self, first_image_path, second_image_path):
67
if ".png" in first_image_path:
68
first_reader = vtk.vtkPNGReader()
0 commit comments