Skip to content

Commit

Permalink
Removed unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 15, 2022
1 parent 0329b8f commit ae12b1d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/test_imagemorph.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ def img_string_normalize(im):
return img_to_string(string_to_img(im))


def assert_img_equal(A, B):
assert img_to_string(A) == img_to_string(B)


def assert_img_equal_img_string(A, Bstring):
assert img_to_string(A) == img_string_normalize(Bstring)

Expand Down

0 comments on commit ae12b1d

Please sign in to comment.