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
Not able to equate images after loading from disk actual_image.tobytes() differ from expected_image.tobytes()
and the workaround with pickled image bytes needs to compare actual_image.tobytes() withexpected_image.tobytes() otherwise assertEqual fails
The text was updated successfully, but these errors were encountered:
Not able to equate images after loading from disk
actual_image.tobytes()
differ fromexpected_image.tobytes()
and the workaround with pickled image bytes needs to compare
actual_image.tobytes()
withexpected_image.tobytes()
otherwiseassertEqual
failsThe text was updated successfully, but these errors were encountered: