Skip to content

Commit

Permalink
Merge pull request #6212 from radarhere/unused
Browse files Browse the repository at this point in the history
Removed unused test function
  • Loading branch information
hugovk committed Apr 15, 2022
2 parents 0329b8f + ae12b1d commit c456aec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/test_imagemorph.py
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 c456aec

Please sign in to comment.